File tree 2 files changed +7
-0
lines changed
kernel_tests/linalg/sparse
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,9 @@ tf_py_test(
68
68
name = "cache_test" ,
69
69
size = "small" ,
70
70
srcs = ["cache_test.py" ],
71
+ tags = [
72
+ "no_oss" , # Times out during patch release
73
+ ],
71
74
deps = [
72
75
":checkpoint_test_base" ,
73
76
":test_base" ,
@@ -536,6 +539,9 @@ tf_py_test(
536
539
size = "small" ,
537
540
srcs = ["map_test.py" ],
538
541
shard_count = 19 ,
542
+ tags = [
543
+ "no_oss" , # Times out during patch release
544
+ ],
539
545
deps = [
540
546
":checkpoint_test_base" ,
541
547
":test_base" ,
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ cuda_py_test(
44
44
main = "csr_sparse_matrix_ops_test.py" ,
45
45
shard_count = 10 ,
46
46
tags = [
47
+ "no_oss" , # Times out during patch release
47
48
"notsan" , # b/149115441
48
49
],
49
50
deps = [
You can’t perform that action at this time.
0 commit comments