aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/testing/BUILD
diff options
context:
space:
mode:
authorGravatar Gunhan Gulsoy <gunan@google.com>2018-07-25 15:17:36 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-25 15:21:33 -0700
commit89bcc80f1b62c5d87486f074b569a750336c24a1 (patch)
treea87f1df3b67b0f0e68326d19d80161b3450ba8e8 /tensorflow/contrib/lite/testing/BUILD
parent411a722626ddf98072d2e778835cbeb666db631f (diff)
Also disable tf_driver_test and generate_testspec_test.
PiperOrigin-RevId: 206063891
Diffstat (limited to 'tensorflow/contrib/lite/testing/BUILD')
-rw-r--r--tensorflow/contrib/lite/testing/BUILD2
1 files changed, 2 insertions, 0 deletions
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 = [