Mutes GatewayIndexStateIT.testRecoverBrokenIndexMetadata

This commit is contained in:
Colin Goodheart-Smithe 2019-04-04 18:16:11 +01:00 committed by Nhat Nguyen
parent eb656244bf
commit 4452e8e10f
1 changed files with 1 additions and 0 deletions

View File

@ -340,6 +340,7 @@ public class GatewayIndexStateIT extends ESIntegTestCase {
* allocated in our metadata that we recover. In that case we now have the ability to check the index on local recovery from disk
* if it is sane and if we can successfully create an IndexService. This also includes plugins etc.
*/
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40867")
public void testRecoverBrokenIndexMetadata() throws Exception {
logger.info("--> starting one node");
internalCluster().startNode();