aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/models
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/models
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/models')
-rw-r--r--tensorflow/contrib/lite/models/smartreply/BUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/tensorflow/contrib/lite/models/smartreply/BUILD b/tensorflow/contrib/lite/models/smartreply/BUILD
index 8b5fa240ac..9d88c396ba 100644
--- a/tensorflow/contrib/lite/models/smartreply/BUILD
+++ b/tensorflow/contrib/lite/models/smartreply/BUILD
@@ -47,6 +47,7 @@ cc_test(
name = "extract_feature_op_test",
size = "small",
srcs = ["ops/extract_feature_test.cc"],
+ tags = ["no_oss"],
deps = [
":custom_ops",
"//tensorflow/contrib/lite:framework",
@@ -61,6 +62,7 @@ cc_test(
name = "normalize_op_test",
size = "small",
srcs = ["ops/normalize_test.cc"],
+ tags = ["no_oss"],
deps = [
":custom_ops",
"//tensorflow/contrib/lite:framework",
@@ -75,6 +77,7 @@ cc_test(
name = "predict_op_test",
size = "small",
srcs = ["ops/predict_test.cc"],
+ tags = ["no_oss"],
deps = [
":custom_ops",
"//tensorflow/contrib/lite:framework",