Skip to content

Commit acfb253

Browse files
Mute IndexLifecycleIT#testExplainLifecycle (#64908)
Relates #64907
1 parent 8680a6e commit acfb253

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/rest-high-level/src/test/java/org/elasticsearch/client/IndexLifecycleIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ public void testStartStopILM() throws Exception {
145145
assertEquals(statusResponse.getOperationMode(), OperationMode.RUNNING);
146146
}
147147

148+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/64907")
148149
public void testExplainLifecycle() throws Exception {
149150
Map<String, Phase> lifecyclePhases = new HashMap<>();
150151
Map<String, LifecycleAction> hotActions = new HashMap<>();

0 commit comments

Comments
 (0)