Enable acked indexing test

This commit is contained in:
Jason Tedor 2016-03-29 11:43:15 -04:00
parent c4324f9964
commit 649bcdc4eb
1 changed files with 0 additions and 1 deletions

View File

@ -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";