[TEST] muste test, we have an issue for it

https://github.com/elastic/elasticsearch/issues/18293
This commit is contained in:
Britta Weber 2016-05-13 12:09:30 +02:00
parent 6e566cdf6c
commit 0d5a2f25d3
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ public class DelayedAllocationIT extends ESIntegTestCase {
* allocation to a very small value, it kicks the allocation of the unassigned shard
* even though the node it was hosted on will not come back.
*/
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/18293")
@TestLogging("_root:DEBUG,cluster.routing:TRACE")
public void testDelayedAllocationChangeWithSettingTo100ms() throws Exception {
internalCluster().startNodesAsync(3).get();