diff --git a/tensorflow/python/kernel_tests/random/BUILD b/tensorflow/python/kernel_tests/random/BUILD index f6afae97791..1b00fe82841 100644 --- a/tensorflow/python/kernel_tests/random/BUILD +++ b/tensorflow/python/kernel_tests/random/BUILD @@ -155,7 +155,8 @@ cuda_py_test( xla_enable_strict_auto_jit = True, ) -cuda_py_test( +# TODO(b/130359919) +tf_py_test( name = "random_binomial_test", size = "medium", srcs = ["random_binomial_test.py"], @@ -169,7 +170,6 @@ cuda_py_test( "//tensorflow/python:platform", "//tensorflow/python:stateful_random_ops", ], - xla_enable_strict_auto_jit = True, ) cuda_py_test(