Mute IndexShardTests.testStressRelocated

This commit is contained in:
Tanguy Leroux 2016-02-02 11:12:58 +01:00
parent 10b5ffcda5
commit a7fb5a27cc
1 changed files with 1 additions and 0 deletions

View File

@ -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)