Skip to content

Commit

Permalink
Merge pull request tensorflow#56214 from tensorflow/mm-disable-tests-…
Browse files Browse the repository at this point in the history
…on-r2.9

Disable flaky tests
  • Loading branch information
mihaimaruseac authored May 22, 2022
2 parents 466ed37 + 6235394 commit d8ce9f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 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 @@ -258,6 +259,7 @@ tf_py_test(
srcs = ["flat_map_test.py"],
grpc_enabled = True,
shard_count = 8,
tags = ["no_oss"],
deps = [
":checkpoint_test_base",
":test_base",
Expand Down
1 change: 1 addition & 0 deletions tensorflow/python/kernel_tests/linalg/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,7 @@ cuda_py_test(
srcs = ["matrix_solve_ls_op_test.py"],
tags = [
"noasan", # TODO(b/337374867) fails with -fsanitize=null
"no_oss",
],
deps = [
"//tensorflow/python:array_ops",
Expand Down

0 comments on commit d8ce9f9

Please sign in to comment.