mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-01 16:39:11 +00:00
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));
|
assertThat(rsp.getStoreStatuses().size(), equalTo(0));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/44245")
|
||||||
public void testBasic() throws Exception {
|
public void testBasic() throws Exception {
|
||||||
String index = "test";
|
String index = "test";
|
||||||
internalCluster().ensureAtLeastNumDataNodes(2);
|
internalCluster().ensureAtLeastNumDataNodes(2);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user