Skip to content

Commit

Permalink
Mute flaky test for elastic#101876 (elastic#102404)
Browse files Browse the repository at this point in the history
This failed four times in the last week. The issue to fix is elastic#101876
  • Loading branch information
craigtaverner authored Nov 21, 2023
1 parent b1a523f commit 8a22586
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1078,6 +1078,7 @@ public void testEquivalentDeletesAreDeduplicated() throws Exception {
}
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/101876")
public void testMasterFailoverOnFinalizationLoop() throws Exception {
internalCluster().startMasterOnlyNodes(3);
final String dataNode = internalCluster().startDataOnlyNode();
Expand Down

0 comments on commit 8a22586

Please sign in to comment.