aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/testing
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/lite/testing')
-rw-r--r--tensorflow/contrib/lite/testing/BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/contrib/lite/testing/BUILD b/tensorflow/contrib/lite/testing/BUILD
index f0bfec2338..45baad782a 100644
--- a/tensorflow/contrib/lite/testing/BUILD
+++ b/tensorflow/contrib/lite/testing/BUILD
@@ -35,7 +35,7 @@ load(
":zip_%s" % test_name,
],
shard_count = 20,
- tags = [
+ tags = tags + [
"gen_zip_test",
"no_oss",
"tflite_not_portable_intentional",
@@ -61,7 +61,7 @@ load(
"//tensorflow/core:android_tensorflow_test_lib",
],
}),
-) for conversion_mode, test_name in generated_test_models_all()]
+) for conversion_mode, test_name, tags in generated_test_models_all()]
test_suite(
name = "generated_zip_tests",