Disable SLMSnapshotBlockingIntegTests#testSnapshotInProgress (#47775)

This test fails constantly in master and prs.

Relates #47689
This commit is contained in:
Jim Ferenczi 2019-10-09 10:51:38 +02:00 committed by jimczi
parent 43dc72f1a5
commit d96977202d
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ public class SLMSnapshotBlockingIntegTests extends ESIntegTestCase {
return settings.build();
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/47689")
public void testSnapshotInProgress() throws Exception {
final String indexName = "test";
final String policyName = "test-policy";