Skip to content

Commit dfa5cf3

Browse files
Merge pull request #56028 from tensorflow/disable-tests-on-r2.7
Disable timing out tests
2 parents b275f58 + 501a65c commit dfa5cf3

File tree

2 files changed

+7
-0
lines changed
  • tensorflow/python
    • data/kernel_tests
    • kernel_tests/linalg/sparse

2 files changed

+7
-0
lines changed

tensorflow/python/data/kernel_tests/BUILD

+6
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ tf_py_test(
6868
name = "cache_test",
6969
size = "small",
7070
srcs = ["cache_test.py"],
71+
tags = [
72+
"no_oss", # Times out during patch release
73+
],
7174
deps = [
7275
":checkpoint_test_base",
7376
":test_base",
@@ -536,6 +539,9 @@ tf_py_test(
536539
size = "small",
537540
srcs = ["map_test.py"],
538541
shard_count = 19,
542+
tags = [
543+
"no_oss", # Times out during patch release
544+
],
539545
deps = [
540546
":checkpoint_test_base",
541547
":test_base",

tensorflow/python/kernel_tests/linalg/sparse/BUILD

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ cuda_py_test(
4444
main = "csr_sparse_matrix_ops_test.py",
4545
shard_count = 10,
4646
tags = [
47+
"no_oss", # Times out during patch release
4748
"notsan", # b/149115441
4849
],
4950
deps = [

0 commit comments

Comments
 (0)