From 62a2a4f7d501dd49b948058c3fc12098dff03b00 Mon Sep 17 00:00:00 2001 From: amihaiemil Date: Thu, 17 Mar 2016 14:23:28 +0200 Subject: [PATCH] removed puzzle and ignore --- src/test/java/com/jcabi/dynamo/RegionITCase.java | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/test/java/com/jcabi/dynamo/RegionITCase.java b/src/test/java/com/jcabi/dynamo/RegionITCase.java index cffbccc..355beb6 100644 --- a/src/test/java/com/jcabi/dynamo/RegionITCase.java +++ b/src/test/java/com/jcabi/dynamo/RegionITCase.java @@ -37,7 +37,6 @@ import org.apache.commons.lang3.RandomStringUtils; import org.hamcrest.MatcherAssert; import org.hamcrest.Matchers; -import org.junit.Ignore; import org.junit.Test; /** @@ -51,13 +50,7 @@ public final class RegionITCase { /** * Region.Simple can work with AWS. * @throws Exception If some problem inside - * @todo #56:30mins/DEV integration test fails when - * adding @notnull to constraints - * this needs to be fixed in methods RegionITCase.worksWithAmazon() and - * RegionITCase.retrievesAttributesFromDynamo(). Also see - * AwsIteratorITCase. */ - @Ignore @Test @SuppressWarnings("PMD.AvoidInstantiatingObjectsInLoops") public void worksWithAmazon() throws Exception { @@ -120,7 +113,6 @@ public void worksWithAmazon() throws Exception { * @throws Exception If some problem inside * this needs to be fixed. */ - @Ignore @Test public void retrievesAttributesFromDynamo() throws Exception { final String name = RandomStringUtils.randomAlphabetic(Tv.EIGHT);