#sdy Enable test_partial_auto_of_random_keys under Shardy.

PiperOrigin-RevId: 720731202
This commit is contained in:
Bixia Zheng 2025-01-28 15:36:13 -08:00 committed by jax authors
parent 23c8607bab
commit 9cbff64251

View File

@ -2197,9 +2197,6 @@ class ShardMapTest(jtu.JaxTestCase):
# f(x) # don't crash
def test_partial_auto_of_random_keys(self):
if config.use_shardy_partitioner.value:
self.skipTest('Shardy does not support full-to-shard.')
mesh = jtu.create_mesh((4, 2), ('i', 'j'))
keys = jax.random.split(jax.random.key(0), 8)