diff --git a/core/src/test/java/org/elasticsearch/discovery/DiscoveryWithServiceDisruptionsIT.java b/core/src/test/java/org/elasticsearch/discovery/DiscoveryWithServiceDisruptionsIT.java index 371e04c4e92..1728ac5ca6f 100644 --- a/core/src/test/java/org/elasticsearch/discovery/DiscoveryWithServiceDisruptionsIT.java +++ b/core/src/test/java/org/elasticsearch/discovery/DiscoveryWithServiceDisruptionsIT.java @@ -435,6 +435,7 @@ public class DiscoveryWithServiceDisruptionsIT extends ESIntegTestCase { */ @TestLogging("_root:DEBUG,action.index:TRACE,action.get:TRACE,discovery:TRACE,cluster.service:TRACE," + "indices.recovery:TRACE,indices.cluster:TRACE") + @AwaitsFix(bugUrl = "needs primary terms") public void testAckedIndexing() throws Exception { // TODO: add node count randomizaion final List nodes = startCluster(3);