Temporarily disable tests for v2/, since the links are all fake
Project: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/commit/456e8615 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/456e8615 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/diff/456e8615 Branch: refs/heads/asf-site Commit: 456e861559483e9152ac7ca3a4d4ce19b304a596 Parents: f2ba2c4 Author: Frances Perry <[email protected]> Authored: Thu Oct 27 21:52:39 2016 -0700 Committer: Frances Perry <[email protected]> Committed: Thu Oct 27 21:53:05 2016 -0700 ---------------------------------------------------------------------- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/456e8615/Rakefile ---------------------------------------------------------------------- diff --git a/Rakefile b/Rakefile index 9778c98..b25b1fb 100644 --- a/Rakefile +++ b/Rakefile @@ -5,6 +5,6 @@ task :test do HTMLProofer.check_directory("./content", { :allow_hash_href => true, :check_html => true, - :file_ignore => [/javadoc/] + :file_ignore => [/javadoc/, /v2/] }).run end
