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 f16d9b7 commit a073752Copy full SHA for a073752
server/src/internalClusterTest/java/org/elasticsearch/discovery/DiscoveryDisruptionIT.java
@@ -154,6 +154,7 @@ public void testElectMasterWithLatestVersion() throws Exception {
154
* sure that the node is removed form the cluster, that the node start pinging and that
155
* the cluster reforms when healed.
156
*/
157
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/77751")
158
public void testNodeNotReachableFromMaster() throws Exception {
159
startCluster(3);
160
0 commit comments