Add no_rocm tag to self_adjoint_eig_op_test_gpu
The kernel_tests:self_adjoint_eig_op_test_gpu unit test fails occasionally on ROCm. Disabling / tagging as "no_rocm" (and flaky).
This commit is contained in:
parent
54d344e6e5
commit
21a83324df
@ -3291,7 +3291,10 @@ cuda_py_test(
|
|||||||
],
|
],
|
||||||
data = ["//tensorflow/python/kernel_tests/testdata:self_adjoint_eig_op_test_files"],
|
data = ["//tensorflow/python/kernel_tests/testdata:self_adjoint_eig_op_test_files"],
|
||||||
shard_count = 20,
|
shard_count = 20,
|
||||||
tags = ["no_windows"],
|
tags = [
|
||||||
|
"no_rocm", # flaky test
|
||||||
|
"no_windows",
|
||||||
|
],
|
||||||
xla_enable_strict_auto_jit = True,
|
xla_enable_strict_auto_jit = True,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user