mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-03 09:29:11 +00:00
Mute IndexShardTests.testStressRelocated
This commit is contained in:
parent
10b5ffcda5
commit
a7fb5a27cc
@ -816,6 +816,7 @@ public class IndexShardTests extends ESSingleNodeTestCase {
|
||||
}
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/16364")
|
||||
public void testStressRelocated() throws Exception {
|
||||
assertAcked(client().admin().indices().prepareCreate("test").setSettings(
|
||||
Settings.builder().put("index.number_of_shards", 1).put("index.number_of_replicas", 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user