Mute testSearchableSnapshotAction in TimeSeriesLifecycleActions tests (#55055)
Backport of #55052 Details in #55050
This commit is contained in:
parent
a370668fcc
commit
b062535e27
|
@ -1558,6 +1558,7 @@ public class TimeSeriesLifecycleActionsIT extends ESRestTestCase {
|
||||||
assertBusy(() -> assertFalse("expected " + index + " to be deleted by ILM", indexExists(index)));
|
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 {
|
public void testSearchableSnapshotAction() throws Exception {
|
||||||
String snapshotRepo = createSnapshotRepo();
|
String snapshotRepo = createSnapshotRepo();
|
||||||
createNewSingletonPolicy("cold", new SearchableSnapshotAction(snapshotRepo));
|
createNewSingletonPolicy("cold", new SearchableSnapshotAction(snapshotRepo));
|
||||||
|
|
Loading…
Reference in New Issue