mirror of https://github.com/apache/lucene.git
LUCENE-9356: Disable test, some corruptions are still not detected as corruptions.
This commit is contained in:
parent
38adf09ca2
commit
cf8f83cef9
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue