diff --git a/tensorflow/python/BUILD b/tensorflow/python/BUILD index 95a2e467120..cca367fef4c 100644 --- a/tensorflow/python/BUILD +++ b/tensorflow/python/BUILD @@ -4487,7 +4487,10 @@ cuda_py_test( "//third_party/py/numpy", ], shard_count = 16, - tags = ["no_rocm"], + tags = [ + "no_rocm", + "notap", # TODO(b/143097607) + ], ) cuda_py_test(