[TEST] mark test as awaitsfix: RareClusterStateIT.testDeleteCreateInOneBulk()

This commit is contained in:
Yannick Welsch 2015-12-01 11:40:20 +01:00
parent e2f87b0c52
commit 059a675aa5
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ public class RareClusterStateIT extends ESIntegTestCase {
}
@TestLogging("cluster.service:TRACE")
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/14932")
public void testDeleteCreateInOneBulk() throws Exception {
internalCluster().startNodesAsync(2, Settings.builder()
.put(DiscoveryModule.DISCOVERY_TYPE_KEY, "zen")