mirror of
https://github.com/google/nomulus.git
synced 2025-08-14 05:29:38 +02:00
Mark VerifyEntityIntegrityActionTest as a medium test
It was timing out occasionally in the Bazel build on less-powerful hardware. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=132378555
This commit is contained in:
parent
3b4b7a475b
commit
697098602e
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ java_library(
|
||||||
|
|
||||||
GenTestRules(
|
GenTestRules(
|
||||||
name = "GeneratedTestRules",
|
name = "GeneratedTestRules",
|
||||||
|
medium_tests = ["VerifyEntityIntegrityActionTest"],
|
||||||
test_files = glob(["*Test.java"]),
|
test_files = glob(["*Test.java"]),
|
||||||
deps = [":whitebox"],
|
deps = [":whitebox"],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue