aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/BUILD
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-07-17 14:45:12 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-17 14:49:15 -0700
commit67d7f85537bc7bb9638f3af0303f33f3f8990b6c (patch)
tree0675a8817d3e737c85f207f000e6e13c11838e7d /tensorflow/contrib/lite/BUILD
parentc9fdfab3781bd55cf3d981b98982a1e8122de8d2 (diff)
Add 'no_oss' to all TF Lite tests that are not running in kokoro
PiperOrigin-RevId: 204978094
Diffstat (limited to 'tensorflow/contrib/lite/BUILD')
-rw-r--r--tensorflow/contrib/lite/BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/tensorflow/contrib/lite/BUILD b/tensorflow/contrib/lite/BUILD
index b95d4d0fce..7d7dd6b708 100644
--- a/tensorflow/contrib/lite/BUILD
+++ b/tensorflow/contrib/lite/BUILD
@@ -47,6 +47,10 @@ cc_test(
name = "arena_planner_test",
size = "small",
srcs = ["arena_planner_test.cc"],
+ tags = [
+ "no_oss",
+ "tflite_not_portable",
+ ],
deps = [
":arena_planner",
"//tensorflow/contrib/lite/testing:util",
@@ -200,6 +204,7 @@ cc_test(
name = "graph_info_test",
size = "small",
srcs = ["graph_info_test.cc"],
+ tags = ["no_oss"],
deps = [
":framework",
":string_util",
@@ -244,6 +249,7 @@ cc_test(
name = "op_resolver_test",
size = "small",
srcs = ["op_resolver_test.cc"],
+ tags = ["no_oss"],
deps = [
":framework",
"//tensorflow/contrib/lite/testing:util",
@@ -276,6 +282,7 @@ cc_test(
name = "util_test",
size = "small",
srcs = ["util_test.cc"],
+ tags = ["no_oss"],
deps = [
":context",
":util",