Skip to content

Commit

Permalink
turn dl4j test back on.
Browse files Browse the repository at this point in the history
  • Loading branch information
tballison committed Jun 22, 2017
1 parent 1760249 commit ab21426
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@
import org.apache.tika.config.TikaConfig;
import org.apache.tika.exception.TikaConfigException;
import org.apache.tika.metadata.Metadata;
import org.junit.Ignore;
import org.junit.Test;

public class DL4JInceptionV3NetTest {

@Test
@Ignore("until we can make this more robust across platforms")
public void recognise() throws Exception {
TikaConfig config;
try {
Expand Down

0 comments on commit ab21426

Please sign in to comment.