Skip to content

Commit

Permalink
re-enabled ITs
Browse files Browse the repository at this point in the history
  • Loading branch information
massdosage committed Jul 13, 2017
1 parent a31efa9 commit fa4bf7b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/test/java/fm/last/moji/integration/MojiFileIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

import org.apache.commons.io.FileUtils;
import org.apache.commons.lang.RandomStringUtils;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TemporaryFolder;
Expand All @@ -38,7 +37,6 @@
import fm.last.moji.tracker.UnknownKeyException;
import fm.last.moji.tracker.UnknownStorageClassException;

@Ignore("build machine can't run ITs at the moment")
public class MojiFileIT extends AbstractMojiIT {

@Rule
Expand Down
2 changes: 0 additions & 2 deletions src/test/java/fm/last/moji/integration/MojiIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,12 @@
import java.util.Set;

import org.apache.commons.io.FileUtils;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TemporaryFolder;

import fm.last.moji.MojiFile;

@Ignore("build machine can't run ITs at the moment")
public class MojiIT extends AbstractMojiIT {

@Rule
Expand Down

0 comments on commit fa4bf7b

Please sign in to comment.