Skip to content

Commit

Permalink
Mute CoordinatorTests#testCannotJoinClusterWithDifferentUUID (elastic…
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmitterdorfer authored and DaveCTurner committed Nov 24, 2022
1 parent ad182b0 commit 00f21f2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 00f21f2

Please sign in to comment.