We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b275f58 + 501a65c commit dfa5cf3Copy full SHA for dfa5cf3
tensorflow/python/data/kernel_tests/BUILD
@@ -68,6 +68,9 @@ tf_py_test(
68
name = "cache_test",
69
size = "small",
70
srcs = ["cache_test.py"],
71
+ tags = [
72
+ "no_oss", # Times out during patch release
73
+ ],
74
deps = [
75
":checkpoint_test_base",
76
":test_base",
@@ -536,6 +539,9 @@ tf_py_test(
536
539
537
540
srcs = ["map_test.py"],
538
541
shard_count = 19,
542
543
544
545
546
547
tensorflow/python/kernel_tests/linalg/sparse/BUILD
@@ -44,6 +44,7 @@ cuda_py_test(
44
main = "csr_sparse_matrix_ops_test.py",
45
shard_count = 10,
46
tags = [
47
48
"notsan", # b/149115441
49
],
50
0 commit comments