We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8680a6e commit acfb253Copy full SHA for acfb253
client/rest-high-level/src/test/java/org/elasticsearch/client/IndexLifecycleIT.java
@@ -145,6 +145,7 @@ public void testStartStopILM() throws Exception {
145
assertEquals(statusResponse.getOperationMode(), OperationMode.RUNNING);
146
}
147
148
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/64907")
149
public void testExplainLifecycle() throws Exception {
150
Map<String, Phase> lifecyclePhases = new HashMap<>();
151
Map<String, LifecycleAction> hotActions = new HashMap<>();
0 commit comments