Skip to content

Commit 56da951

Browse files
committed
Mute S3 testRepositoryAnalysis
Relates elastic#96162
1 parent 6ecd74d commit 56da951

File tree

1 file changed

+6
-0
lines changed
  • x-pack/plugin/snapshot-repo-test-kit/qa/s3/src/javaRestTest/java/org/elasticsearch/repositories/blobstore/testkit

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,10 @@ protected Settings repositorySettings() {
2828

2929
return Settings.builder().put("client", "repo_test_kit").put("bucket", bucket).put("base_path", basePath).build();
3030
}
31+
32+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/96162")
33+
@Override
34+
public void testRepositoryAnalysis() throws Exception {
35+
super.testRepositoryAnalysis();
36+
}
3137
}

0 commit comments

Comments
 (0)