diff --git a/server/src/test/java/org/elasticsearch/snapshots/BlobStoreIncrementalityIT.java b/server/src/test/java/org/elasticsearch/snapshots/BlobStoreIncrementalityIT.java index 0111c2da8de..b12efe1933d 100644 --- a/server/src/test/java/org/elasticsearch/snapshots/BlobStoreIncrementalityIT.java +++ b/server/src/test/java/org/elasticsearch/snapshots/BlobStoreIncrementalityIT.java @@ -46,6 +46,7 @@ import static org.hamcrest.Matchers.is; @ESIntegTestCase.ClusterScope(scope = ESIntegTestCase.Scope.TEST, numDataNodes = 0) public class BlobStoreIncrementalityIT extends AbstractSnapshotIntegTestCase { + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/54034") public void testIncrementalBehaviorOnPrimaryFailover() throws InterruptedException, ExecutionException, IOException { internalCluster().startMasterOnlyNode(); final String primaryNode = internalCluster().startDataOnlyNode();