Browse Source

Disable SLMSnapshotBlockingIntegTests#testSnapshotInProgress (#47775)

This test fails constantly in master and prs.

Relates #47689
Jim Ferenczi 6 years ago
parent
commit
1486137df9

+ 1 - 0
x-pack/plugin/ilm/src/test/java/org/elasticsearch/xpack/slm/SLMSnapshotBlockingIntegTests.java

@@ -85,6 +85,7 @@ public class SLMSnapshotBlockingIntegTests extends ESIntegTestCase {
         return Arrays.asList(MockRepository.Plugin.class, LocalStateCompositeXPackPlugin.class, IndexLifecycle.class);
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/47689")
     public void testSnapshotInProgress() throws Exception {
         final String indexName = "test";
         final String policyName = "test-policy";