From c6873a5c87f09ddf10db281afa46e3dbc43fb9a6 Mon Sep 17 00:00:00 2001 From: Lai Jiang Date: Fri, 7 Aug 2020 10:53:46 -0400 Subject: [PATCH] Exclude a test that fails in GCB build using Java 11 (#748) --- core/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/build.gradle b/core/build.gradle index 6fbc5a6fe..62cc9799d 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -63,6 +63,8 @@ def dockerIncompatibleTestPatterns = [ // methods, so we exclude the whole test class. "google/registry/tools/params/PathParameterTest.*", "google/registry/persistence/PersistenceModuleTest.*", + // This test is failing in docker when using Java 11. The cause is unclear. + "google/registry/tools/DomainLockUtilsTest.*", ] // Tests that conflict with members of both the main test suite and the