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:
Jeff Poznanovic 2019-02-13 18:04:49 -07:00 committed by GitHub
parent 54d344e6e5
commit 21a83324df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
) )