diff --git a/gradle/core/build.gradle b/gradle/core/build.gradle index a61894bbf..356b4d1f6 100644 --- a/gradle/core/build.gradle +++ b/gradle/core/build.gradle @@ -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.*", ]