[TEST] mark test as awaitsfix: RareClusterStateIT.testDeleteCreateInOneBulk()
This commit is contained in:
parent
e2f87b0c52
commit
059a675aa5
|
@ -161,6 +161,7 @@ public class RareClusterStateIT extends ESIntegTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestLogging("cluster.service:TRACE")
|
@TestLogging("cluster.service:TRACE")
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/14932")
|
||||||
public void testDeleteCreateInOneBulk() throws Exception {
|
public void testDeleteCreateInOneBulk() throws Exception {
|
||||||
internalCluster().startNodesAsync(2, Settings.builder()
|
internalCluster().startNodesAsync(2, Settings.builder()
|
||||||
.put(DiscoveryModule.DISCOVERY_TYPE_KEY, "zen")
|
.put(DiscoveryModule.DISCOVERY_TYPE_KEY, "zen")
|
||||||
|
|
Loading…
Reference in New Issue