Skip to content

Commit

Permalink
Remove more tests from dockerIncompatibleGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
hstonec committed Oct 25, 2019
1 parent 63bb2dd commit 7a57c60
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a57c60

Please sign in to comment.