Disable SLMSnapshotBlockingIntegTests#testSnapshotInProgress (#47775)
This test fails constantly in master and prs. Relates #47689
This commit is contained in:
parent
43dc72f1a5
commit
d96977202d
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue