aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/BUILD')
-rw-r--r--tensorflow/core/BUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/tensorflow/core/BUILD b/tensorflow/core/BUILD
index 42d222ff6b..a14eeed1a5 100644
--- a/tensorflow/core/BUILD
+++ b/tensorflow/core/BUILD
@@ -3338,6 +3338,10 @@ tf_cc_test(
size = "small",
srcs = ["common_runtime/function_test.cc"],
linkstatic = tf_kernel_tests_linkstatic(),
+ tags = [
+ "manual",
+ "no_oss",
+ ],
deps = [
":core",
":core_cpu",