Temporarily set random_binomial_test to be tf_py_test (disable GPU tests).

PiperOrigin-RevId: 243143398
This commit is contained in:
A. Unique TensorFlower 2019-04-11 14:32:24 -07:00 committed by TensorFlower Gardener
parent ea3cb637ac
commit c80ba8dba5

View File

@ -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(