Skip to content

Commit 3148e4b

Browse files
danielmitterdorferDaveCTurner
authored andcommitted
Mute CoordinatorTests#testCannotJoinClusterWithDifferentUUID (#91838)
Relates #91837
1 parent e269bd4 commit 3148e4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/cluster/coordination/CoordinatorTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1634,6 +1634,7 @@ public void testClusterCannotFormWithFailingJoinValidation() {
16341634
reason = "test includes assertions about JoinHelper logging",
16351635
value = "org.elasticsearch.cluster.coordination.JoinHelper:INFO"
16361636
)
1637+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/91837")
16371638
public void testCannotJoinClusterWithDifferentUUID() throws IllegalAccessException {
16381639
try (Cluster cluster1 = new Cluster(randomIntBetween(1, 3))) {
16391640
cluster1.runRandomly();

0 commit comments

Comments
 (0)