Skip to content

Commit

Permalink
Merge pull request #56028 from tensorflow/disable-tests-on-r2.7
Browse files Browse the repository at this point in the history
Disable timing out tests
  • Loading branch information
mihaimaruseac committed May 9, 2022
2 parents b275f58 + 501a65c commit dfa5cf3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tensorflow/python/data/kernel_tests/BUILD
Expand Up @@ -68,6 +68,9 @@ tf_py_test(
name = "cache_test",
size = "small",
srcs = ["cache_test.py"],
tags = [
"no_oss", # Times out during patch release
],
deps = [
":checkpoint_test_base",
":test_base",
Expand Down Expand Up @@ -536,6 +539,9 @@ tf_py_test(
size = "small",
srcs = ["map_test.py"],
shard_count = 19,
tags = [
"no_oss", # Times out during patch release
],
deps = [
":checkpoint_test_base",
":test_base",
Expand Down
1 change: 1 addition & 0 deletions tensorflow/python/kernel_tests/linalg/sparse/BUILD
Expand Up @@ -44,6 +44,7 @@ cuda_py_test(
main = "csr_sparse_matrix_ops_test.py",
shard_count = 10,
tags = [
"no_oss", # Times out during patch release
"notsan", # b/149115441
],
deps = [
Expand Down

0 comments on commit dfa5cf3

Please sign in to comment.