diff --git a/server/src/internalClusterTest/java/org/elasticsearch/indices/recovery/IndexRecoveryIT.java b/server/src/internalClusterTest/java/org/elasticsearch/indices/recovery/IndexRecoveryIT.java index 98d2235a00223..b2c02dd3cf74f 100644 --- a/server/src/internalClusterTest/java/org/elasticsearch/indices/recovery/IndexRecoveryIT.java +++ b/server/src/internalClusterTest/java/org/elasticsearch/indices/recovery/IndexRecoveryIT.java @@ -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();