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-29 16:29:47 -04:00
committed by Ben McIlwain
parent 808f40890a
commit b0c254dc65
+4 -1
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"],
)