mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 06:25:07 +00:00
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();
|
return settings.build();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/47689")
|
||||||
public void testSnapshotInProgress() throws Exception {
|
public void testSnapshotInProgress() throws Exception {
|
||||||
final String indexName = "test";
|
final String indexName = "test";
|
||||||
final String policyName = "test-policy";
|
final String policyName = "test-policy";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user