Skip to content

Commit

Permalink
Merge pull request #56212 from tensorflow/mm-disable-tests-on-r2.6
Browse files Browse the repository at this point in the history
Disable flaky tests
  • Loading branch information
mihaimaruseac committed May 22, 2022
2 parents 62c3093 + c93cb0d commit 6b54e9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tensorflow/python/data/kernel_tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions tensorflow/python/kernel_tests/linalg/sparse/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ cuda_py_test(
shard_count = 10,
tags = [
"notsan", # b/149115441
"no_oss",
],
deps = [
"//tensorflow/python/ops/linalg/sparse",
Expand Down

0 comments on commit 6b54e9f

Please sign in to comment.