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:
mmuller 2017-08-17 07:22:59 -07:00 committed by Ben McIlwain
parent 808f40890a
commit b0c254dc65

View file

@ -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"],
)