diff --git a/server/src/test/java/org/elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java b/server/src/test/java/org/elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java index e9ce98b564e..a4d4c31517a 100644 --- a/server/src/test/java/org/elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java +++ b/server/src/test/java/org/elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java @@ -3179,6 +3179,7 @@ public class SharedClusterSnapshotRestoreIT extends AbstractSnapshotIntegTestCas * * See https://github.com/elastic/elasticsearch/issues/20876 */ + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37888") public void testSnapshotCanceledOnRemovedShard() throws Exception { final int numPrimaries = 1; final int numReplicas = 1;