Sfoglia il codice sorgente

AwaitsFix GatewayIndexStateIT#testJustMasterNode

Relates #44416.
David Turner 6 anni fa
parent
commit
61b6a9ba2e

+ 1 - 0
server/src/test/java/org/elasticsearch/gateway/GatewayIndexStateIT.java

@@ -211,6 +211,7 @@ public class GatewayIndexStateIT extends ESIntegTestCase {
         client().prepareIndex("test", "type1", "2").setSource("field1", "value1").execute().actionGet();
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/44416")
     public void testJustMasterNode() throws Exception {
         logger.info("--> cleaning nodes");