Skip to content

Commit fc5ce18

Browse files
committed
Mute VotingOnlyNodeCoordinatorTests#testDoesNotElectVotingOnlyMasterNode
Relates to #43631
1 parent 7c3720a commit fc5ce18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/voting-only-node/src/test/java/org/elasticsearch/cluster/coordination/VotingOnlyNodeCoordinatorTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
public class VotingOnlyNodeCoordinatorTests extends AbstractCoordinatorTestCase {
2121

22+
@AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/43631")
2223
public void testDoesNotElectVotingOnlyMasterNode() {
2324
final Cluster cluster = new Cluster(randomIntBetween(1, 5), false, Settings.EMPTY);
2425
cluster.runRandomly();

0 commit comments

Comments
 (0)