From aea8e4d1c274997a5cbda72fb776126526cc4b4d Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Mon, 18 Dec 2017 09:25:11 +0100 Subject: Ignore test needing JNI code --- .../rankingexpression/integration/tensorflow/Mnist_SoftmaxTestCase.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'searchlib') diff --git a/searchlib/src/test/java/com/yahoo/searchlib/rankingexpression/integration/tensorflow/Mnist_SoftmaxTestCase.java b/searchlib/src/test/java/com/yahoo/searchlib/rankingexpression/integration/tensorflow/Mnist_SoftmaxTestCase.java index 863479f3531..d50a97cc8e0 100644 --- a/searchlib/src/test/java/com/yahoo/searchlib/rankingexpression/integration/tensorflow/Mnist_SoftmaxTestCase.java +++ b/searchlib/src/test/java/com/yahoo/searchlib/rankingexpression/integration/tensorflow/Mnist_SoftmaxTestCase.java @@ -7,6 +7,7 @@ import com.yahoo.searchlib.rankingexpression.evaluation.TensorValue; import com.yahoo.searchlib.rankingexpression.rule.TensorFunctionNode; import com.yahoo.tensor.Tensor; import com.yahoo.tensor.TensorType; +import org.junit.Ignore; import org.junit.Test; import org.tensorflow.SavedModelBundle; import org.tensorflow.Session; @@ -22,6 +23,7 @@ import static org.junit.Assert.assertNotNull; */ public class Mnist_SoftmaxTestCase { + @Ignore @Test public void testImporting() { String modelDir = "src/test/files/integration/tensorflow/mnist_softmax/saved"; -- cgit v1.2.3