From c30c5bc399a80ac948cf560e3ec6f7cb165f7a3d Mon Sep 17 00:00:00 2001 From: mountford Date: Mon, 19 Sep 2016 09:14:06 -0700 Subject: [PATCH] RDAP: Mark RdapDomainSearchActionTest as medium Some tests of RdapDomainSearchAction can take longer, because they create many domains. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=133591753 --- javatests/google/registry/rdap/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/javatests/google/registry/rdap/BUILD b/javatests/google/registry/rdap/BUILD index d22521567..3750ef47b 100644 --- a/javatests/google/registry/rdap/BUILD +++ b/javatests/google/registry/rdap/BUILD @@ -36,6 +36,7 @@ java_library( GenTestRules( name = "GeneratedTestRules", + medium_tests = ["RdapDomainSearchActionTest"], test_files = glob(["*Test.java"]), deps = [":rdap"], )