mirror of
https://github.com/google/nomulus
synced 2026-04-20 16:20:50 +00: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:
@@ -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"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user