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 84b940c commit 691ec04Copy full SHA for 691ec04
server/src/test/java/org/elasticsearch/cluster/coordination/CoordinatorTests.java
@@ -1635,6 +1635,7 @@ public void testClusterCannotFormWithFailingJoinValidation() {
1635
reason = "test includes assertions about JoinHelper logging",
1636
value = "org.elasticsearch.cluster.coordination.JoinHelper:INFO"
1637
)
1638
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/91837")
1639
public void testCannotJoinClusterWithDifferentUUID() throws IllegalAccessException {
1640
try (Cluster cluster1 = new Cluster(randomIntBetween(1, 3))) {
1641
cluster1.runRandomly();
0 commit comments