Mute SearchableSnapshotDirectoryTests.testIndexSearcher.
This commit is contained in:
parent
389082033e
commit
793f265451
|
@ -138,6 +138,7 @@ public class SearchableSnapshotDirectoryTests extends ESTestCase {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/56233")
|
||||||
public void testIndexSearcher() throws Exception {
|
public void testIndexSearcher() throws Exception {
|
||||||
testDirectories((directory, snapshotDirectory) -> {
|
testDirectories((directory, snapshotDirectory) -> {
|
||||||
try (DirectoryReader reader = DirectoryReader.open(directory)) {
|
try (DirectoryReader reader = DirectoryReader.open(directory)) {
|
||||||
|
|
Loading…
Reference in New Issue