You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2020/03/30 20:23:29 UTC

[tika] branch master updated: turn @Ignore back on in TestCorruptedFiles.java

This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/master by this push:
     new fb5a191  turn @Ignore back on in TestCorruptedFiles.java
fb5a191 is described below

commit fb5a191edac2cef28c0a4ac390c9156acdc9e673
Author: tallison <ta...@apache.org>
AuthorDate: Mon Mar 30 16:23:13 2020 -0400

    turn @Ignore back on in TestCorruptedFiles.java
---
 tika-parsers/src/test/java/org/apache/tika/TestCorruptedFiles.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tika-parsers/src/test/java/org/apache/tika/TestCorruptedFiles.java b/tika-parsers/src/test/java/org/apache/tika/TestCorruptedFiles.java
index 13bf8da..8dd8f08 100644
--- a/tika-parsers/src/test/java/org/apache/tika/TestCorruptedFiles.java
+++ b/tika-parsers/src/test/java/org/apache/tika/TestCorruptedFiles.java
@@ -51,6 +51,7 @@ import org.apache.tika.metadata.Metadata;
 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;
@@ -67,7 +68,7 @@ import org.xml.sax.helpers.DefaultHandler;
  * 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