Mute testSearchableSnapshotAction in TimeSeriesLifecycleActions tests (#55055)

Backport of #55052
Details in #55050
This commit is contained in:
Dimitrios Liappis 2020-04-10 16:03:09 +03:00 committed by GitHub
parent a370668fcc
commit b062535e27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1558,6 +1558,7 @@ public class TimeSeriesLifecycleActionsIT extends ESRestTestCase {
assertBusy(() -> assertFalse("expected " + index + " to be deleted by ILM", indexExists(index)));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/55050")
public void testSearchableSnapshotAction() throws Exception {
String snapshotRepo = createSnapshotRepo();
createNewSingletonPolicy("cold", new SearchableSnapshotAction(snapshotRepo));