We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e269bd4 commit 3148e4bCopy full SHA for 3148e4b
server/src/test/java/org/elasticsearch/cluster/coordination/CoordinatorTests.java
@@ -1634,6 +1634,7 @@ public void testClusterCannotFormWithFailingJoinValidation() {
1634
reason = "test includes assertions about JoinHelper logging",
1635
value = "org.elasticsearch.cluster.coordination.JoinHelper:INFO"
1636
)
1637
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/91837")
1638
public void testCannotJoinClusterWithDifferentUUID() throws IllegalAccessException {
1639
try (Cluster cluster1 = new Cluster(randomIntBetween(1, 3))) {
1640
cluster1.runRandomly();
0 commit comments