Skip to content

Commit

Permalink
Remove some NEW VA-parse tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffclick committed Jul 27, 2014
1 parent 38d5ae6 commit b232d7a
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/water/JUnitRunner.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import water.deploy.Node;
import water.deploy.NodeVM;
import water.parser.ParseFolderTestBig;
import water.parser.ParserTest;
import water.util.Log;
import water.util.Utils;

Expand Down Expand Up @@ -42,7 +41,6 @@ private static void filter(List<Class> tests) {
tests.remove(DeepLearningProstateTest.Long.class);
tests.remove(GLMRandomTest.Short.class);
tests.remove(GLMRandomTest.Long.class);
tests.remove(ParserTest.ParseAllSmalldata.class);
// Skip abstract test
tests.remove(TreeTestWithBalanceAndCrossVal.class);

Expand Down
2 changes: 0 additions & 2 deletions src/test/java/water/JUnitRunnerDebug.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
import org.junit.runner.notification.Failure;
import water.deploy.NodeCL;
import water.fvec.*;
import water.parser.ParserTest;
import water.util.Log;
import water.util.Utils;

Expand Down Expand Up @@ -92,7 +91,6 @@ public static void userMain(String[] args) {
// tests.add(MRUtilsTest.class); //test MR sampling/rebalancing
// tests.add(DropoutTest.class); //test NN Dropput

tests.add(ParserTest.ParseAllSmalldata.class);
tests.add(GLMRandomTest.Short.class);
// tests.add(SpeeDRFTest.class);
// tests.add(SpeeDRFTest2.class);
Expand Down

0 comments on commit b232d7a

Please sign in to comment.