[TF:XLA] Disable test for XLA that uses strided slice.

PiperOrigin-RevId: 266878599
This commit is contained in:
A. Unique TensorFlower 2019-09-03 01:36:59 -07:00 committed by TensorFlower Gardener
parent 50229a2f5c
commit 0b85e51995
2 changed files with 2 additions and 1 deletions

View File

@ -2029,7 +2029,6 @@ cuda_py_test(
grpc_enabled = True,
shard_count = 2,
tags = ["no_windows"],
xla_enable_strict_auto_jit = True,
)
cuda_py_test(

View File

@ -892,6 +892,8 @@ class FunctionalOpsTest(test.TestCase):
self._testForMLP(False)
@test_util.run_deprecated_v1
@test_util.disable_xla(
"Test uses strided slice without compile time constant values")
def testForMLPWhile(self):
self._testForMLP(True)