[TF:XLA] Disable test for XLA that uses strided slice.
PiperOrigin-RevId: 266878599
This commit is contained in:
parent
50229a2f5c
commit
0b85e51995
@ -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(
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user