Mute failing test
This commit is contained in:
parent
62b5b81fd2
commit
3cd9606566
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue