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 713e5c9 commit 6942161Copy full SHA for 6942161
server/src/test/java/org/elasticsearch/gateway/GatewayIndexStateIT.java
@@ -407,6 +407,7 @@ public Settings onNodeStopped(String nodeName) throws Exception {
407
* if it is sane and if we can successfully create an IndexService.
408
* This also includes plugins etc.
409
*/
410
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40867")
411
public void testRecoverMissingAnalyzer() throws Exception {
412
logger.info("--> starting one node");
413
internalCluster().startNode();
0 commit comments