Skip to content

Commit 691ec04

Browse files
Mute CoordinatorTests#testCannotJoinClusterWithDifferentUUID (#91838)
Relates #91837
1 parent 84b940c commit 691ec04

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
@@ -1635,6 +1635,7 @@ public void testClusterCannotFormWithFailingJoinValidation() {
16351635
reason = "test includes assertions about JoinHelper logging",
16361636
value = "org.elasticsearch.cluster.coordination.JoinHelper:INFO"
16371637
)
1638+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/91837")
16381639
public void testCannotJoinClusterWithDifferentUUID() throws IllegalAccessException {
16391640
try (Cluster cluster1 = new Cluster(randomIntBetween(1, 3))) {
16401641
cluster1.runRandomly();

0 commit comments

Comments
 (0)