Skip to content

Commit

Permalink
AwaitsFix for #100222
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveCTurner committed Oct 4, 2023
1 parent 0a31ce6 commit 9c717df
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1623,6 +1623,7 @@ public void testReservesBytesDuringPeerRecoveryPhaseOne() throws Exception {
);
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/100222")
public void testWaitForClusterStateToBeAppliedOnSourceNode() throws Exception {
internalCluster().startMasterOnlyNode();
final var primaryNode = internalCluster().startDataOnlyNode();
Expand Down

0 comments on commit 9c717df

Please sign in to comment.