Browse Source

AwaitsFix for #103012

David Turner 1 year ago
parent
commit
c0edd65175

+ 1 - 0
x-pack/plugin/snapshot-repo-test-kit/qa/s3/src/javaRestTest/java/org/elasticsearch/repositories/blobstore/testkit/S3SnapshotRepoTestKitIT.java

@@ -63,6 +63,7 @@ public class S3SnapshotRepoTestKitIT extends AbstractSnapshotRepoTestKitRestTest
     }
 
     @Override
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/103012")
     public void testRepositoryAnalysis() throws Exception {
         super.testRepositoryAnalysis();
     }