mirror of
https://github.com/google/nomulus.git
synced 2025-08-05 01:11:50 +02:00
Remove RdeUploadActionTest from FOSS build
Second attempt at removing this test by simply removing from the generated test rules. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=165575517
This commit is contained in:
parent
808f40890a
commit
b0c254dc65
1 changed files with 4 additions and 1 deletions
|
@ -50,6 +50,9 @@ java_library(
|
|||
GenTestRules(
|
||||
name = "GeneratedTestRules",
|
||||
default_test_size = "large",
|
||||
test_files = glob(["*Test.java"]),
|
||||
test_files = glob(
|
||||
["*Test.java"],
|
||||
exclude = ["RdeUploadActionTest.java"],
|
||||
),
|
||||
deps = [":rde"],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue