diff --git a/core/build.gradle b/core/build.gradle index 3722e1e8c..fb5b5b2a8 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -46,17 +46,15 @@ def outcastTestPatterns = [ // Tests that fail when running Gradle in a docker container, e. g. when // building the release artifacts in Google Cloud Build. def dockerIncompatibleTestPatterns = [ - // The webdriver tests start headless Chrome in a Docker container, - // resulting in Docker-in-Docker complications. Likewise, - // GenerateSqlSchemaCommandTest launches postgresql in a docker container. - "google/registry/webdriver/*", - "google/registry/tools/GenerateSqlSchemaCommandTest.*", - // PathParameterTest includes tests which validate that file permissions are - // respected. However when running in Docker the user is root by default, so - // every file is read/write-able. There is no way to exclude specific test - // methods, so we exclude the whole test class. - "google/registry/tools/params/PathParameterTest.*", - "google/registry/persistence/PersistenceModuleTest.*", + // The webdriver tests start headless Chrome in a Docker container, + // resulting in Docker-in-Docker complications. Likewise, + // GenerateSqlSchemaCommandTest launches postgresql in a docker container. + "google/registry/webdriver/*", + // PathParameterTest includes tests which validate that file permissions are + // respected. However when running in Docker the user is root by default, so + // every file is read/write-able. There is no way to exclude specific test + // methods, so we exclude the whole test class. + "google/registry/tools/params/PathParameterTest.*", ] // Tests that conflict with members of both the main test suite and the