aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/schema/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/lite/schema/BUILD')
-rw-r--r--tensorflow/contrib/lite/schema/BUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/tensorflow/contrib/lite/schema/BUILD b/tensorflow/contrib/lite/schema/BUILD
index 9717a4a1a4..b616e449e6 100644
--- a/tensorflow/contrib/lite/schema/BUILD
+++ b/tensorflow/contrib/lite/schema/BUILD
@@ -30,7 +30,10 @@ py_test(
size = "small",
srcs = ["upgrade_schema_test.py"],
srcs_version = "PY2AND3",
- tags = ["no_pip"],
+ tags = [
+ "no_oss",
+ "no_pip",
+ ],
deps = [
":upgrade_schema",
"//tensorflow/python:client_testlib",
@@ -64,7 +67,9 @@ cc_test(
"schema_v3.fbs",
],
tags = [
+ "no_oss",
"tflite_not_portable_android",
+ "tflite_not_portable_ios",
],
deps = [
"//tensorflow/core:lib_platform",