LUCENE-9356: Disable test, some corruptions are still not detected as corruptions.

This commit is contained in:
Adrien Grand 2020-06-12 09:16:04 +02:00
parent 38adf09ca2
commit cf8f83cef9
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ import org.apache.lucene.store.IndexInput;
import org.apache.lucene.store.IndexOutput;
import org.apache.lucene.util.LineFileDocs;
import org.apache.lucene.util.LuceneTestCase;
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import org.apache.lucene.util.LuceneTestCase.SuppressFileSystems;
import org.apache.lucene.util.TestUtil;
@ -37,6 +38,7 @@ import org.apache.lucene.util.TestUtil;
* Test that the default codec detects bit flips at open or checkIntegrity time.
*/
@SuppressFileSystems("ExtrasFS")
@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/LUCENE-9356")
public class TestAllFilesDetectBitFlips extends LuceneTestCase {
public void test() throws Exception {