Skip to content

Commit

Permalink
turn @ignore back on in TestCorruptedFiles.java
Browse files Browse the repository at this point in the history
  • Loading branch information
tballison committed Apr 8, 2020
1 parent cd9a891 commit 4cec35f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
import org.apache.tika.parser.ParseContext;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.xml.sax.ContentHandler;
import org.xml.sax.SAXException;
Expand All @@ -67,7 +68,7 @@
* unearth a large number of bugs.
* </p>
*/
//@Ignore
@Ignore
public class TestCorruptedFiles extends TikaTest {

//I did the per_10000, because I wasn't able to reproduce
Expand Down

0 comments on commit 4cec35f

Please sign in to comment.