mute testAckedIndexing

pending the merge of https://github.com/elastic/elasticsearch/pull/19416
This commit is contained in:
Boaz Leskes 2016-07-18 10:07:18 +02:00
parent d2f25416e4
commit 798ee177ed
1 changed files with 1 additions and 0 deletions

View File

@ -442,6 +442,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 = "https://github.com/elastic/elasticsearch/pull/19416")
public void testAckedIndexing() throws Exception {
final int seconds = !(TEST_NIGHTLY && rarely()) ? 1 : 5;