Mute AzureBlobStoreRepositoryTests.testIndicesDeletedFromRepository (#47949)

This commit is contained in:
Nick Knize 2019-10-11 14:06:15 -05:00 committed by Nicholas Knize
parent 68eaa21d77
commit 7f01b0a670
1 changed files with 6 additions and 0 deletions

View File

@ -265,4 +265,10 @@ public class AzureBlobStoreRepositoryTests extends ESMockAPIBasedRepositoryInteg
+ (range != null ? " " + range : "");
}
}
@Override
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/47948")
public void testIndicesDeletedFromRepository() throws Exception {
}
}