aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihai Maruseac <mihaimaruseac@google.com>2022-05-22 15:16:09 -0700
committerGitHub <noreply@github.com>2022-05-22 15:16:09 -0700
commit6b54e9fa35d6261adae9565f18cde359003b551b (patch)
treef70e4f2fa854f4b283e55edceddccb64515949c1
parent62c30937924bcfdfad86e094e830afdf026b98a5 (diff)
parentc93cb0dd7f2bfd8eb30be9ad5ace1980c8b544c7 (diff)
downloadtensorflow-upstream-r2.6.tar.gz
Merge pull request #56212 from tensorflow/mm-disable-tests-on-r2.6upstream-r2.6
Disable flaky tests
-rw-r--r--tensorflow/python/data/kernel_tests/BUILD4
-rw-r--r--tensorflow/python/kernel_tests/linalg/sparse/BUILD1
2 files changed, 4 insertions, 1 deletions
diff --git a/tensorflow/python/data/kernel_tests/BUILD b/tensorflow/python/data/kernel_tests/BUILD
index 9acf84f4657..050177cbf7c 100644
--- a/tensorflow/python/data/kernel_tests/BUILD
+++ b/tensorflow/python/data/kernel_tests/BUILD
@@ -68,6 +68,7 @@ tf_py_test(
name = "cache_test",
size = "small",
srcs = ["cache_test.py"],
+ tags = ["no_oss"],
deps = [
":checkpoint_test_base",
":test_base",
@@ -535,7 +536,7 @@ tf_py_test(
size = "small",
srcs = ["map_test.py"],
shard_count = 19,
- tags = ["notsan"], # TODO(b/183962015)
+ tags = ["no_oss"],
deps = [
":checkpoint_test_base",
":test_base",
@@ -820,6 +821,7 @@ tf_py_test(
name = "shuffle_test",
size = "small",
srcs = ["shuffle_test.py"],
+ tags = ["no_oss"],
shard_count = 4,
deps = [
":checkpoint_test_base",
diff --git a/tensorflow/python/kernel_tests/linalg/sparse/BUILD b/tensorflow/python/kernel_tests/linalg/sparse/BUILD
index 91c8d0f8cdc..47e35e0d075 100644
--- a/tensorflow/python/kernel_tests/linalg/sparse/BUILD
+++ b/tensorflow/python/kernel_tests/linalg/sparse/BUILD
@@ -45,6 +45,7 @@ cuda_py_test(
shard_count = 10,
tags = [
"notsan", # b/149115441
+ "no_oss",
],
deps = [
"//tensorflow/python/ops/linalg/sparse",