LUCENE-10482: Ignore this test for now

This commit is contained in:
Mike McCandless 2022-04-18 17:14:04 -04:00
parent 872349cef9
commit c388705855
1 changed files with 2 additions and 0 deletions

View File

@ -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 {