mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
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)));
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/55050")
|
||||
public void testSearchableSnapshotAction() throws Exception {
|
||||
String snapshotRepo = createSnapshotRepo();
|
||||
createNewSingletonPolicy("cold", new SearchableSnapshotAction(snapshotRepo));
|
||||
|
Loading…
x
Reference in New Issue
Block a user