mirror of
https://github.com/google/nomulus
synced 2026-09-25 17:34:20 +00:00
Disable sharding for batch package
The tests in this package are failing for reasons likely related to resource consumption. Sharding an expensive test within a single test runner is probably causing more harm than good, so run this test in a single shard. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=141480921
This commit is contained in:
@@ -40,7 +40,6 @@ java_library(
|
|||||||
GenTestRules(
|
GenTestRules(
|
||||||
name = "GeneratedTestRules",
|
name = "GeneratedTestRules",
|
||||||
default_test_size = "medium",
|
default_test_size = "medium",
|
||||||
shard_count = 4,
|
|
||||||
test_files = glob(["*Test.java"]),
|
test_files = glob(["*Test.java"]),
|
||||||
deps = [":batch"],
|
deps = [":batch"],
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user