Updated Branches: refs/heads/master 187eb0187 -> 64a8c534a
another tmp commit for ANY23-140 - Revise Any23 tests to remove fetching of web content Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/64a8c534 Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/64a8c534 Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/64a8c534 Branch: refs/heads/master Commit: 64a8c534af84d8616b5323786e64d6dba5df3707 Parents: 187eb01 Author: lewismc <[email protected]> Authored: Wed Apr 24 12:38:06 2013 -0700 Committer: lewismc <[email protected]> Committed: Wed Apr 24 12:38:06 2013 -0700 ---------------------------------------------------------------------- core/src/test/java/org/apache/any23/Any23Test.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/64a8c534/core/src/test/java/org/apache/any23/Any23Test.java ---------------------------------------------------------------------- diff --git a/core/src/test/java/org/apache/any23/Any23Test.java b/core/src/test/java/org/apache/any23/Any23Test.java index ce771c9..13ba903 100644 --- a/core/src/test/java/org/apache/any23/Any23Test.java +++ b/core/src/test/java/org/apache/any23/Any23Test.java @@ -215,6 +215,7 @@ public class Any23Test extends Any23OnlineTestBase { * @throws IOException * @throws org.apache.any23.extractor.ExtractionException */ + @Ignore("ANY23-140 - Revise Any23 tests to remove fetching of web content") @Test public void testDemoCodeSnippet2() throws Exception{ assumeOnlineAllowed();
