From 89bcc80f1b62c5d87486f074b569a750336c24a1 Mon Sep 17 00:00:00 2001 From: Gunhan Gulsoy Date: Wed, 25 Jul 2018 15:17:36 -0700 Subject: Also disable tf_driver_test and generate_testspec_test. PiperOrigin-RevId: 206063891 --- tensorflow/contrib/lite/testing/BUILD | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tensorflow/contrib/lite/testing') diff --git a/tensorflow/contrib/lite/testing/BUILD b/tensorflow/contrib/lite/testing/BUILD index 098f029f13..a788d41ba7 100644 --- a/tensorflow/contrib/lite/testing/BUILD +++ b/tensorflow/contrib/lite/testing/BUILD @@ -257,6 +257,7 @@ cc_test( srcs = ["tf_driver_test.cc"], data = ["//tensorflow/contrib/lite:testdata/multi_add.pb"], tags = [ + "no_oss", "tflite_not_portable", ], deps = [ @@ -283,6 +284,7 @@ cc_test( size = "small", srcs = ["generate_testspec_test.cc"], tags = [ + "no_oss", "tflite_not_portable", ], deps = [ -- cgit v1.2.3