aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/testing/BUILD
diff options
context:
space:
mode:
authorGravatar Austin Anderson <angerson@google.com>2018-09-06 15:24:38 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-06 15:30:50 -0700
commit3142d94dd2258b4b04ac9857341a6736ed1f4442 (patch)
treed7823cfb84af48a8a28423733f9cc4a6a519effd /tensorflow/contrib/lite/testing/BUILD
parent63f5f216dc617763e7c74d43fd8d81f57a965d24 (diff)
Correctly tag tests that break internal testing for 1.11
PiperOrigin-RevId: 211879623
Diffstat (limited to 'tensorflow/contrib/lite/testing/BUILD')
-rw-r--r--tensorflow/contrib/lite/testing/BUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/contrib/lite/testing/BUILD b/tensorflow/contrib/lite/testing/BUILD
index 0b3a97d4f5..89912fd116 100644
--- a/tensorflow/contrib/lite/testing/BUILD
+++ b/tensorflow/contrib/lite/testing/BUILD
@@ -173,7 +173,6 @@ tf_cc_test(
srcs = ["tflite_driver_test.cc"],
data = ["//tensorflow/contrib/lite:testdata/multi_add.bin"],
tags = [
- "no_oss", # b/112769036
"tflite_not_portable_android",
"tflite_not_portable_ios",
],