mirror of
https://github.com/google/nomulus.git
synced 2025-07-21 18:26:12 +02:00
Fix Bazel build error
Bazel's GenTestRules does not support the "timeout" parameter, introduced in [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=246830344
This commit is contained in:
parent
1dcbfae314
commit
d4698ae386
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ java_library(
|
|||
|
||||
GenTestRules(
|
||||
name = "GeneratedTestRules",
|
||||
timeout = "moderate",
|
||||
medium_tests = ["registry/label/PremiumListTest"],
|
||||
test_files = glob([
|
||||
"*Test.java",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue