Mute failing test

This commit is contained in:
Mark Vieira 2019-07-11 13:32:23 -07:00
parent 62b5b81fd2
commit 3cd9606566
No known key found for this signature in database
GPG Key ID: CA947EF7E6D4B105
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ public class IndicesShardStoreRequestIT extends ESIntegTestCase {
assertThat(rsp.getStoreStatuses().size(), equalTo(0));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/44245")
public void testBasic() throws Exception {
String index = "test";
internalCluster().ensureAtLeastNumDataNodes(2);