Temporarily set random_binomial_test to be tf_py_test (disable GPU tests).
PiperOrigin-RevId: 243143398
This commit is contained in:
parent
ea3cb637ac
commit
c80ba8dba5
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user