Skip to content

Commit 3b2e4a1

Browse files
hawkinspGoogle-ML-Automation
authored andcommitted
Remove sharding from custom_root_test.
This test only takes around 30s on most hardware platforms, it does not need 10 shards. PiperOrigin-RevId: 694243316
1 parent 8b7bcad commit 3b2e4a1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/BUILD

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -416,11 +416,6 @@ jax_multiplatform_test(
416416
jax_multiplatform_test(
417417
name = "custom_root_test",
418418
srcs = ["custom_root_test.py"],
419-
shard_count = {
420-
"cpu": 10,
421-
"gpu": 10,
422-
"tpu": 10,
423-
},
424419
)
425420

426421
jax_multiplatform_test(

0 commit comments

Comments
 (0)