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 257f3ef commit a713183Copy full SHA for a713183
server/src/test/java/org/elasticsearch/discovery/DiscoveryDisruptionIT.java
@@ -200,6 +200,7 @@ public void testClusterFormingWithASlowNode() throws Exception {
200
ensureStableCluster(3);
201
}
202
203
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37539")
204
public void testElectMasterWithLatestVersion() throws Exception {
205
final Set<String> nodes = new HashSet<>(internalCluster().startNodes(3));
206
0 commit comments