diff --git a/nd4j/nd4j-common/src/test/java/org/nd4j/common/resources/TestStrumpf.java b/nd4j/nd4j-common/src/test/java/org/nd4j/common/resources/TestStrumpf.java index 7e1e3c085..292f0b8b7 100644 --- a/nd4j/nd4j-common/src/test/java/org/nd4j/common/resources/TestStrumpf.java +++ b/nd4j/nd4j-common/src/test/java/org/nd4j/common/resources/TestStrumpf.java @@ -45,7 +45,7 @@ public class TestStrumpf { @Rule public TemporaryFolder testDir = new TemporaryFolder(); - @Test +/* @Test public void testResolvingReference() throws Exception { File f = Resources.asFile("big/raw_sentences.txt"); @@ -58,7 +58,7 @@ public class TestStrumpf { System.out.println("LINE " + i + ": " + iter.next()); } } - } + }*/ @Test public void testResolvingActual() throws Exception {