From 7a0c379c90ea602d9c572dbac7e5d8628c0ee2e6 Mon Sep 17 00:00:00 2001 From: Julie Tibshirani Date: Thu, 18 Feb 2021 12:06:27 -0800 Subject: [PATCH] Mute RepositoryAnalysisSuccessIT#testRepositoryAnalysis. --- .../blobstore/testkit/RepositoryAnalysisSuccessIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugin/snapshot-repo-test-kit/src/internalClusterTest/java/org/elasticsearch/repositories/blobstore/testkit/RepositoryAnalysisSuccessIT.java b/x-pack/plugin/snapshot-repo-test-kit/src/internalClusterTest/java/org/elasticsearch/repositories/blobstore/testkit/RepositoryAnalysisSuccessIT.java index 16e833292d161..62c6e94f9430f 100644 --- a/x-pack/plugin/snapshot-repo-test-kit/src/internalClusterTest/java/org/elasticsearch/repositories/blobstore/testkit/RepositoryAnalysisSuccessIT.java +++ b/x-pack/plugin/snapshot-repo-test-kit/src/internalClusterTest/java/org/elasticsearch/repositories/blobstore/testkit/RepositoryAnalysisSuccessIT.java @@ -66,6 +66,7 @@ protected Collection> nodePlugins() { return List.of(TestPlugin.class, LocalStateCompositeXPackPlugin.class, SnapshotRepositoryTestKit.class); } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/69219") public void testRepositoryAnalysis() { createRepositoryNoVerify("test-repo", TestPlugin.ASSERTING_REPO_TYPE);