Skip to content

Commit

Permalink
Mute SnapshotBasedIndexRecoveryIT testSeqNoBasedRecoveryIsUsedAfterPr…
Browse files Browse the repository at this point in the history
…imaryFailOver (#79456)

Relates #79455
  • Loading branch information
fcofdez authored Oct 19, 2021
1 parent a3f057c commit c2d6fe7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -773,6 +773,7 @@ public void testRecoveryConcurrentlyWithIndexing() throws Exception {
assertDocumentsAreEqual(indexName, numDocs.get());
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/79455")
public void testSeqNoBasedRecoveryIsUsedAfterPrimaryFailOver() throws Exception {
List<String> dataNodes = internalCluster().startDataOnlyNodes(3);
String indexName = randomAlphaOfLength(10).toLowerCase(Locale.ROOT);
Expand Down

0 comments on commit c2d6fe7

Please sign in to comment.