mirror of
https://github.com/google/nomulus
synced 2026-01-09 07:33:42 +00: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:
@@ -46,7 +46,6 @@ java_library(
|
||||
|
||||
GenTestRules(
|
||||
name = "GeneratedTestRules",
|
||||
timeout = "moderate",
|
||||
medium_tests = ["registry/label/PremiumListTest"],
|
||||
test_files = glob([
|
||||
"*Test.java",
|
||||
|
||||
Reference in New Issue
Block a user