AwaitsFix GatewayIndexStateIT#testJustMasterNode

Relates #44416.
This commit is contained in:
David Turner 2019-07-16 11:00:26 +01:00
parent c4cf98c538
commit a09389c511
1 changed files with 1 additions and 0 deletions

View File

@ -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");