mirror of
https://github.com/google/nomulus.git
synced 2025-06-19 19:00:46 +02:00
Automated g4 rollback of changelist 165340539.
*** Reason for rollback *** Breaks kokoro build, still investigating the fix. *** Original change description *** Remove RdeUploadActionTest from FOSS tests Remove from the FOSS test suite until we can figure out why it's timing out. *** ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=165359201
This commit is contained in:
parent
2a1cd6490b
commit
f9a42457a8
2 changed files with 3 additions and 8 deletions
|
@ -9,10 +9,7 @@ load("//java/com/google/testing/builddefs:GenTestRules.bzl", "GenTestRules")
|
||||||
|
|
||||||
java_library(
|
java_library(
|
||||||
name = "rde",
|
name = "rde",
|
||||||
srcs = glob(
|
srcs = glob(["*.java"]),
|
||||||
["*.java"],
|
|
||||||
exclude = ["RdeUploadActionTest.java"],
|
|
||||||
),
|
|
||||||
resources = glob(["testdata/*"]),
|
resources = glob(["testdata/*"]),
|
||||||
deps = [
|
deps = [
|
||||||
"//java/google/registry/config",
|
"//java/google/registry/config",
|
||||||
|
@ -53,9 +50,6 @@ java_library(
|
||||||
GenTestRules(
|
GenTestRules(
|
||||||
name = "GeneratedTestRules",
|
name = "GeneratedTestRules",
|
||||||
default_test_size = "large",
|
default_test_size = "large",
|
||||||
test_files = glob(
|
test_files = glob(["*Test.java"]),
|
||||||
["*.java"],
|
|
||||||
exclude = ["RdeUploadActionTest.java"],
|
|
||||||
),
|
|
||||||
deps = [":rde"],
|
deps = [":rde"],
|
||||||
)
|
)
|
||||||
|
|
|
@ -26,6 +26,7 @@ import org.junit.runners.Suite.SuiteClasses;
|
||||||
GhostrydeTest.class,
|
GhostrydeTest.class,
|
||||||
HostResourceToXjcConverterTest.class,
|
HostResourceToXjcConverterTest.class,
|
||||||
RdeStagingActionTest.class,
|
RdeStagingActionTest.class,
|
||||||
|
RdeUploadActionTest.class,
|
||||||
RdeReportActionTest.class,
|
RdeReportActionTest.class,
|
||||||
RegistrarToXjcConverterTest.class,
|
RegistrarToXjcConverterTest.class,
|
||||||
RydeGpgIntegrationTest.class,
|
RydeGpgIntegrationTest.class,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue