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 {
|
public void testStressRelocated() throws Exception {
|
||||||
assertAcked(client().admin().indices().prepareCreate("test").setSettings(
|
assertAcked(client().admin().indices().prepareCreate("test").setSettings(
|
||||||
Settings.builder().put("index.number_of_shards", 1).put("index.number_of_replicas", 0)
|
Settings.builder().put("index.number_of_shards", 1).put("index.number_of_replicas", 0)
|
||||||
|
|
Loading…
Reference in New Issue