File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
client/rest-high-level/src/test/java/org/elasticsearch/client Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 62
62
import java .util .HashMap ;
63
63
import java .util .List ;
64
64
import java .util .Map ;
65
+ import java .util .concurrent .TimeUnit ;
65
66
import java .util .stream .Collectors ;
66
67
67
68
import static org .elasticsearch .client .ilm .LifecyclePolicyTests .createRandomPolicy ;
@@ -145,7 +146,6 @@ public void testStartStopILM() throws Exception {
145
146
assertEquals (statusResponse .getOperationMode (), OperationMode .RUNNING );
146
147
}
147
148
148
- @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/64907" )
149
149
public void testExplainLifecycle () throws Exception {
150
150
Map <String , Phase > lifecyclePhases = new HashMap <>();
151
151
Map <String , LifecycleAction > hotActions = new HashMap <>();
@@ -220,7 +220,7 @@ public void testExplainLifecycle() throws Exception {
220
220
assertFalse (squashResponse .managedByILM ());
221
221
assertEquals ("squash" , squashResponse .getIndex ());
222
222
223
- });
223
+ }, 30 , TimeUnit . SECONDS );
224
224
}
225
225
226
226
public void testDeleteLifecycle () throws IOException {
You can’t perform that action at this time.
0 commit comments