mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Skip flaky test on TPU
PiperOrigin-RevId: 499794466
This commit is contained in:
parent
008f35a6b4
commit
f1635ca875
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user