parent
8f10a7c6ca
commit
4add82d966
|
@ -21,4 +21,10 @@ public class CoreFullClusterRestartIT extends FullClusterRestartIT {
|
||||||
.put(ThreadContext.PREFIX + ".Authorization", token)
|
.put(ThreadContext.PREFIX + ".Authorization", token)
|
||||||
.build();
|
.build();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/52031")
|
||||||
|
@Override
|
||||||
|
public void testRecovery() throws Exception {
|
||||||
|
super.testRecovery();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue