mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-30 10:23:41 -04:00
Mute testDeleteActionDeletesSearchableSnapshot (#54818)
This commit is contained in:
parent
6f50c92d69
commit
a114549697
1 changed files with 1 additions and 0 deletions
|
@ -1588,6 +1588,7 @@ public class TimeSeriesLifecycleActionsIT extends ESRestTestCase {
|
||||||
assertBusy(() -> assertThat(explainIndex(restoredIndexName).get("step"), is(PhaseCompleteStep.NAME)), 30, TimeUnit.SECONDS);
|
assertBusy(() -> assertThat(explainIndex(restoredIndexName).get("step"), is(PhaseCompleteStep.NAME)), 30, TimeUnit.SECONDS);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/54433")
|
||||||
public void testDeleteActionDeletesSearchableSnapshot() throws Exception {
|
public void testDeleteActionDeletesSearchableSnapshot() throws Exception {
|
||||||
String snapshotRepo = createSnapshotRepo();
|
String snapshotRepo = createSnapshotRepo();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue