summaryrefslogtreecommitdiffstats
path: root/model-integration
diff options
context:
space:
mode:
authorLester Solbakken <lesters@oath.com>2019-12-12 10:02:42 -0800
committerLester Solbakken <lesters@oath.com>2019-12-12 10:02:42 -0800
commitc02ed01b256cbf8759bc18054e3180a04a0aea72 (patch)
tree82fc200c3788500376eefb7acfc65eeb1ee2f413 /model-integration
parentf99ef6d4d400be906d26fbf59762bc27553ed32b (diff)
Ignore unit test due to python requirements
Diffstat (limited to 'model-integration')
-rw-r--r--model-integration/src/test/java/ai/vespa/rankingexpression/importer/tensorflow/Tf2OnnxImportTestCase.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/model-integration/src/test/java/ai/vespa/rankingexpression/importer/tensorflow/Tf2OnnxImportTestCase.java b/model-integration/src/test/java/ai/vespa/rankingexpression/importer/tensorflow/Tf2OnnxImportTestCase.java
index dc53678483d..0510a433dd9 100644
--- a/model-integration/src/test/java/ai/vespa/rankingexpression/importer/tensorflow/Tf2OnnxImportTestCase.java
+++ b/model-integration/src/test/java/ai/vespa/rankingexpression/importer/tensorflow/Tf2OnnxImportTestCase.java
@@ -8,6 +8,7 @@ import com.yahoo.searchlib.rankingexpression.evaluation.MapContext;
import com.yahoo.searchlib.rankingexpression.evaluation.TensorValue;
import com.yahoo.tensor.Tensor;
import com.yahoo.tensor.TensorType;
+import org.junit.Ignore;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
@@ -17,6 +18,7 @@ import static org.junit.Assert.assertEquals;
*/
public class Tf2OnnxImportTestCase {
+ @Ignore // Ignored because conversion requires python tf2onnx dependencies - tested in system test
@Test
public void testConversionFromTensorFlowToOnnx() {
String modelPath = "src/test/models/tensorflow/mnist_softmax/saved";