mirror of
https://github.com/google/nomulus.git
synced 2025-08-13 21:19:38 +02:00
Disable test sharding for rde 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=141766295
This commit is contained in:
parent
7cef9ca2c6
commit
50c862b7c1
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,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 = [":rde"],
|
deps = [":rde"],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue