Enable acked indexing test
This commit is contained in:
parent
c4324f9964
commit
649bcdc4eb
|
@ -442,7 +442,6 @@ 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 {
|
||||
|
||||
final String timeout = !(TEST_NIGHTLY && rarely()) ? "1s" : "5s";
|
||||
|
|
Loading…
Reference in New Issue