diff --git a/tensorflow/python/kernel_tests/BUILD b/tensorflow/python/kernel_tests/BUILD index 3ab268d7318..7f489cd330e 100644 --- a/tensorflow/python/kernel_tests/BUILD +++ b/tensorflow/python/kernel_tests/BUILD @@ -2630,6 +2630,7 @@ cuda_py_test( "//tensorflow/python/eager:context", ], flaky = 1, # create_local_cluster sometimes times out. + shard_count = 10, tags = ["no_rocm"], xla_enable_strict_auto_jit = True, )