diff --git a/test/pjrt/test_runtime_multi_cpu.py b/test/pjrt/test_runtime_multi_cpu.py index 59a529b8060..5f861bfe815 100644 --- a/test/pjrt/test_runtime_multi_cpu.py +++ b/test/pjrt/test_runtime_multi_cpu.py @@ -135,6 +135,8 @@ def _all_reduce_hlo(): return torch_xla._XLAC._get_xla_tensors_hlo([reduced]) + @absltest.skipIf(1 == 1, + "temporarily skipping this test until CI issue is resolved") def test_all_reduce_no_op_with_one_replica(self): # Check that this normally produces an all-reduce results = pjrt.run_multiprocess(self._all_reduce_hlo)