Skip to content

Commit

Permalink
Merge pull request #56213 from tensorflow/mm-disable-tests-on-r2.8
Browse files Browse the repository at this point in the history
Disable flaky tests
  • Loading branch information
mihaimaruseac committed May 22, 2022
2 parents 3a87370 + d96d58f commit 2ea19cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions tensorflow/python/data/kernel_tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ tf_py_test(
srcs = ["cache_test.py"],
tags = [
"notsan", # TODO(b/206452257): re-enable after flakiness resolved.
"no_oss",
],
deps = [
":checkpoint_test_base",
Expand Down Expand Up @@ -538,6 +539,7 @@ tf_py_test(
name = "map_test",
size = "small",
srcs = ["map_test.py"],
tags = ["no_oss"],
shard_count = 19,
deps = [
":checkpoint_test_base",
Expand Down Expand Up @@ -991,6 +993,7 @@ tf_py_test(
name = "tf_record_dataset_test",
size = "small",
srcs = ["tf_record_dataset_test.py"],
tags = ["no_oss"],
shard_count = 8,
deps = [
":checkpoint_test_base",
Expand Down
5 changes: 4 additions & 1 deletion tensorflow/python/framework/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1568,7 +1568,10 @@ tf_py_test(
srcs = ["importer_test.py"],
main = "importer_test.py",
python_version = "PY3",
tags = ["no_rocm"],
tags = [
"no_oss",
"no_rocm",
],
deps = [
":for_generated_wrappers",
":framework",
Expand Down

0 comments on commit 2ea19cb

Please sign in to comment.