Skip to content

Commit 16e6f5d

Browse files
committed
Unmuted testRecoverBrokenIndexMetadata
These tests should be okay as we flush at the end of peer recovery. Closes #40867
1 parent 8159fdf commit 16e6f5d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

server/src/test/java/org/elasticsearch/gateway/GatewayIndexStateIT.java

-2
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,6 @@ public Settings onNodeStopped(final String nodeName) throws Exception {
340340
* allocated in our metadata that we recover. In that case we now have the ability to check the index on local recovery from disk
341341
* if it is sane and if we can successfully create an IndexService. This also includes plugins etc.
342342
*/
343-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40867")
344343
public void testRecoverBrokenIndexMetadata() throws Exception {
345344
logger.info("--> starting one node");
346345
internalCluster().startNode();
@@ -407,7 +406,6 @@ public Settings onNodeStopped(String nodeName) throws Exception {
407406
* if it is sane and if we can successfully create an IndexService.
408407
* This also includes plugins etc.
409408
*/
410-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40867")
411409
public void testRecoverMissingAnalyzer() throws Exception {
412410
logger.info("--> starting one node");
413411
internalCluster().startNode();

0 commit comments

Comments
 (0)