Mute SearchableSnapshotDirectoryTests.testIndexSearcher.

This commit is contained in:
Julie Tibshirani 2020-05-05 12:25:17 -07:00
parent 389082033e
commit 793f265451
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ public class SearchableSnapshotDirectoryTests extends ESTestCase {
);
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/56233")
public void testIndexSearcher() throws Exception {
testDirectories((directory, snapshotDirectory) -> {
try (DirectoryReader reader = DirectoryReader.open(directory)) {