Skip to content

Commit

Permalink
AwaitsFix for elastic#100653
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveCTurner authored and craigtaverner committed Nov 21, 2023
1 parent 575852e commit d2ba332
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ public boolean validateClusterForming() {
}
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/100653")
public void testDownsampleIndexWithRollingRestart() throws Exception {
try (InternalTestCluster cluster = internalCluster()) {
final List<String> masterNodes = cluster.startMasterOnlyNodes(1);
Expand Down

0 comments on commit d2ba332

Please sign in to comment.