Skip to content

Commit

Permalink
Re-enable disabled pjit tests due to MSAN failure.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 613266308
  • Loading branch information
Tongfei-Guo authored and jax authors committed Mar 6, 2024
1 parent 026b2d2 commit fc8dc83
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/pjit_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3898,8 +3898,6 @@ def f():
self.assertIn('unspecified_dims=[0,1]', lowered_text)

def test_jit_partially_specified_shardings(self):
if jtu.is_device_tpu(version=5, variant="e"):
self.skipTest('Remove this once b/328054509 is fixed')

mesh = jtu.create_global_mesh((2, 2), ('x', 'y'))
np_inp = np.arange(16).reshape(8, 2)
Expand Down

0 comments on commit fc8dc83

Please sign in to comment.