Add a set of newly broken tests to the "outcasts" group

Recent changes cause a bunch of new tests to have runtime conflicts.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=226499557
This commit is contained in:
mmuller 2018-12-21 09:23:15 -08:00 committed by Michael Muller
parent 9e155f14c0
commit 3d3c0eb9ae

View file

@ -13,15 +13,34 @@ def generatedDir = "${project.buildDir}/generated/source/custom/main"
def outcastTestPatterns = [
"google/registry/batch/DeleteContactsAndHostsActionTest.*",
"google/registry/batch/RefreshDnsOnHostRenameActionTest.*",
"google.registry.export.ExportDomainListsActionTest.*",
"google/registry/export/ExportPremiumTermsActionTest.*",
"google/registry/export/ExportReservedTermsActionTest.*",
"google/registry/export/ExportUtilsTest.*",
"google/registry/export/sheet/SyncRegistrarsSheetTest.*",
"google/registry/flows/CheckApiActionTest.*",
"google/registry/flows/EppLifecycleDomainTest.*",
"google/registry/flows/EppLifecycleHostTest.*",
"google/registry/flows/domain/DomainAllocateFlowTest.*",
"google/registry/flows/domain/DomainApplicationCreateFlowTest.*",
"google/registry/flows/domain/DomainApplicationUpdateFlowTest.*",
"google/registry/flows/domain/DomainCreateFlowTest.*",
"google/registry/flows/domain/DomainUpdateFlowTest.*",
"google/registry/flows/EppLifecycleDomainTest.*",
"google/registry/flows/EppLifecycleHostTest.*",
"google/registry/model/poll/PollMessageExternalKeyConverterTest.*",
"google/registry/model/poll/PollMessageTest.*",
"google/registry/rdap/RdapDomainActionTest.*",
"google/registry/rdap/RdapDomainSearchActionTest.*",
"google/registry/rdap/RdapEntityActionTest.*",
"google/registry/rdap/RdapEntitySearchActionTest.*",
"google/registry/rdap/RdapNameserverSearchActionTest.*",
"google/registry/reporting/icann/IcannHttpReporterTest.*",
"google/registry/tmch/LordnTaskUtilsTest.*",
"google/registry/tmch/NordnUploadActionTest.*",
"google/registry/tools/server/CreatePremiumListActionTest.*",
"google/registry/ui/server/registrar/ContactSettingsTest.*",
"google/registry/ui/server/registrar/RegistrarSettingsActionTest.*",
"google/registry/ui/server/registrar/SecuritySettingsTest.*",
// Conflicts with WhoisActionTest
"google/registry/whois/WhoisHttpActionTest.*",
]