From 6d2c886277e33c481e89cabfccb3f172f46a77af Mon Sep 17 00:00:00 2001 From: David Turner Date: Sat, 2 Mar 2019 13:56:33 +0000 Subject: [PATCH] Mute testDoNotWaitForPendingSeqNo Relates #39510, #39595. --- .../index/replication/RecoveryDuringReplicationTests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/test/java/org/elasticsearch/index/replication/RecoveryDuringReplicationTests.java b/server/src/test/java/org/elasticsearch/index/replication/RecoveryDuringReplicationTests.java index 474341429a84f..2af4249c907a0 100644 --- a/server/src/test/java/org/elasticsearch/index/replication/RecoveryDuringReplicationTests.java +++ b/server/src/test/java/org/elasticsearch/index/replication/RecoveryDuringReplicationTests.java @@ -439,6 +439,7 @@ public void testResyncAfterPrimaryPromotion() throws Exception { } } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39510") public void testDoNotWaitForPendingSeqNo() throws Exception { IndexMetaData metaData = buildIndexMetaData(1);