Mute testDeleteActionDeletesSearchableSnapshot (#54818)

This commit is contained in:
Andrei Dan 2020-04-06 16:17:15 +01:00 committed by Tanguy Leroux
parent 6f50c92d69
commit a114549697

View file

@ -1588,6 +1588,7 @@ public class TimeSeriesLifecycleActionsIT extends ESRestTestCase {
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 {
String snapshotRepo = createSnapshotRepo();