Skip to content

Commit a713183

Browse files
committed
Mute failing discovery disruption tests
Tracking #37539
1 parent 257f3ef commit a713183

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/discovery/DiscoveryDisruptionIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ public void testClusterFormingWithASlowNode() throws Exception {
200200
ensureStableCluster(3);
201201
}
202202

203+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37539")
203204
public void testElectMasterWithLatestVersion() throws Exception {
204205
final Set<String> nodes = new HashSet<>(internalCluster().startNodes(3));
205206
ensureStableCluster(3);

0 commit comments

Comments
 (0)