File tree 1 file changed +0
-2
lines changed
server/src/test/java/org/elasticsearch/gateway
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -340,7 +340,6 @@ public Settings onNodeStopped(final String nodeName) throws Exception {
340
340
* allocated in our metadata that we recover. In that case we now have the ability to check the index on local recovery from disk
341
341
* if it is sane and if we can successfully create an IndexService. This also includes plugins etc.
342
342
*/
343
- @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/40867" )
344
343
public void testRecoverBrokenIndexMetadata () throws Exception {
345
344
logger .info ("--> starting one node" );
346
345
internalCluster ().startNode ();
@@ -407,7 +406,6 @@ public Settings onNodeStopped(String nodeName) throws Exception {
407
406
* if it is sane and if we can successfully create an IndexService.
408
407
* This also includes plugins etc.
409
408
*/
410
- @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/40867" )
411
409
public void testRecoverMissingAnalyzer () throws Exception {
412
410
logger .info ("--> starting one node" );
413
411
internalCluster ().startNode ();
You can’t perform that action at this time.
0 commit comments