Disable a test.

PiperOrigin-RevId: 249604900
This commit is contained in:
Amit Patankar 2019-05-23 02:08:52 -07:00 committed by TensorFlower Gardener
parent 7aecce8cea
commit b670c96736

View File

@ -290,6 +290,7 @@ cuda_py_test(
"//tensorflow/python:platform_test",
"//tensorflow/python:variables",
],
tags = ["no_oss"], # b/133229436
xla_enable_strict_auto_jit = True,
)