mirror of https://github.com/apache/lucene.git
LUCENE-10482: Ignore this test for now
This commit is contained in:
parent
872349cef9
commit
c388705855
|
@ -34,6 +34,7 @@ import org.apache.lucene.store.Directory;
|
|||
import org.apache.lucene.store.IOContext;
|
||||
import org.apache.lucene.tests.util.LuceneTestCase;
|
||||
import org.apache.lucene.util.IOUtils;
|
||||
import org.junit.Ignore;
|
||||
|
||||
// Nefarious FS will delay/stop deletion of index files and this test specifically does that
|
||||
@LuceneTestCase.SuppressFileSystems({"WindowsFS", "VirusCheckingFS"})
|
||||
|
@ -49,6 +50,7 @@ public class TestAlwaysRefreshDirectoryTaxonomyReader extends FacetTestCase {
|
|||
* <p>It does not check whether the private taxoArrays were actually recreated or no. We are
|
||||
* (correctly) hiding away that complexity away from the user.
|
||||
*/
|
||||
@Ignore("LUCENE-10482: need to make this work on Windows too")
|
||||
private <T extends Throwable> void testAlwaysRefreshDirectoryTaxonomyReader(
|
||||
Function<Directory, DirectoryTaxonomyReader> dtrProducer, Class<T> exceptionType)
|
||||
throws IOException {
|
||||
|
|
Loading…
Reference in New Issue