From 4ac5735473df3d87532b398fa3ee9ffe000a1c84 Mon Sep 17 00:00:00 2001 From: Daniel Mitterdorfer Date: Wed, 23 Nov 2022 10:34:45 +0100 Subject: [PATCH] Mute CoordinatorTests#testCannotJoinClusterWithDifferentUUID Relates #91837 --- .../org/elasticsearch/cluster/coordination/CoordinatorTests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/test/java/org/elasticsearch/cluster/coordination/CoordinatorTests.java b/server/src/test/java/org/elasticsearch/cluster/coordination/CoordinatorTests.java index f1c5aa0787855..5bf0b302991b5 100644 --- a/server/src/test/java/org/elasticsearch/cluster/coordination/CoordinatorTests.java +++ b/server/src/test/java/org/elasticsearch/cluster/coordination/CoordinatorTests.java @@ -1635,6 +1635,7 @@ public void testClusterCannotFormWithFailingJoinValidation() { reason = "test includes assertions about JoinHelper logging", value = "org.elasticsearch.cluster.coordination.JoinHelper:INFO" ) + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/91837") public void testCannotJoinClusterWithDifferentUUID() throws IllegalAccessException { try (Cluster cluster1 = new Cluster(randomIntBetween(1, 3))) { cluster1.runRandomly();