Skip flaky test on TPU

PiperOrigin-RevId: 499794466
This commit is contained in:
Adam Paszke 2023-01-05 03:09:22 -08:00 committed by jax authors
parent 008f35a6b4
commit f1635ca875

View File

@ -597,6 +597,7 @@ class EffectOrderingTest(jtu.JaxTestCase):
jax.effects_barrier()
self.assertListEqual(log, [2., 3.])
@jtu.skip_on_devices("tpu")
def test_ordered_effect_remains_ordered_across_multiple_devices(self):
# TODO(sharadmv): enable this test on GPU and TPU when backends are
# supported