Skip to content

Commit

Permalink
removed puzzle and ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
amihaiemil committed Mar 17, 2016
1 parent ce6cbb0 commit 62a2a4f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/test/java/com/jcabi/dynamo/RegionITCase.java
Expand Up @@ -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;

/**
Expand All @@ -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 {
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 62a2a4f

Please sign in to comment.