aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinila S <106367904+vinila21@users.noreply.github.com>2022-11-09 13:50:40 -0800
committerGitHub <noreply@github.com>2022-11-09 13:50:40 -0800
commit13701ca85b7c232e932d8fdd2a9b98cf8b318334 (patch)
tree00d057357489d5db12dc2ef8b79aaf658033e870
parentcc13684142850258cf40f293699155079a1fd35e (diff)
downloadtensorflow-13701ca85b7c232e932d8fdd2a9b98cf8b318334.tar.gz
Broken test failing the release builds - TF 2.9.3
//bazel_pip/tensorflow/python/kernel_tests/array_ops:array_ops_test - b/258503209
-rw-r--r--tensorflow/python/kernel_tests/array_ops/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/python/kernel_tests/array_ops/BUILD b/tensorflow/python/kernel_tests/array_ops/BUILD
index 0751231a545..969dfba2160 100644
--- a/tensorflow/python/kernel_tests/array_ops/BUILD
+++ b/tensorflow/python/kernel_tests/array_ops/BUILD
@@ -19,6 +19,7 @@ cuda_py_test(
tags = [
"noasan", # times out
"optonly", # times out
+ "no_oss", # TODO(b/258503209): Disable the test.
],
deps = [
"//tensorflow/python:array_ops",