You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by le...@apache.org on 2013/05/02 01:47:56 UTC

git commit: temp disable crawler cli test

Updated Branches:
  refs/heads/master d5d9744df -> e88b71ee6


temp disable crawler cli test


Project: http://git-wip-us.apache.org/repos/asf/any23/repo
Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/e88b71ee
Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/e88b71ee
Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/e88b71ee

Branch: refs/heads/master
Commit: e88b71ee62f18aa5b5b742c9d09b8500819f8805
Parents: d5d9744
Author: lewismc <le...@apache.org>
Authored: Wed May 1 16:47:33 2013 -0700
Committer: lewismc <le...@apache.org>
Committed: Wed May 1 16:47:33 2013 -0700

----------------------------------------------------------------------
 .../java/org/apache/any23/cli/CrawlerTest.java     |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/any23/blob/e88b71ee/plugins/basic-crawler/src/test/java/org/apache/any23/cli/CrawlerTest.java
----------------------------------------------------------------------
diff --git a/plugins/basic-crawler/src/test/java/org/apache/any23/cli/CrawlerTest.java b/plugins/basic-crawler/src/test/java/org/apache/any23/cli/CrawlerTest.java
index 6a776e7..bf66295 100644
--- a/plugins/basic-crawler/src/test/java/org/apache/any23/cli/CrawlerTest.java
+++ b/plugins/basic-crawler/src/test/java/org/apache/any23/cli/CrawlerTest.java
@@ -20,6 +20,7 @@ package org.apache.any23.cli;
 import org.apache.any23.Any23OnlineTestBase;
 import org.apache.any23.rdf.RDFUtils;
 import org.apache.any23.util.FileUtils;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.openrdf.model.Statement;
 import org.openrdf.rio.RDFFormat;
@@ -46,6 +47,7 @@ public class CrawlerTest extends Any23OnlineTestBase {
 
     public static final Logger logger = LoggerFactory.getLogger(CrawlerTest.class);
 
+    @Ignore("ANY23-140 - Revise Any23 tests to remove fetching of web content")
     @Test
     public void testCLI() throws IOException, RDFHandlerException, RDFParseException {
         assumeOnlineAllowed();