From 554664cef467efc962a05f3e53c0fea4d8408ee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Mengu=C3=A9?= Date: Tue, 24 Nov 2015 08:00:50 +0100 Subject: [PATCH] xt/03-no-404s.t: marked as TODO Failures: - stribika.github.io: 500 - cpanmin.us: 403 --- xt/03-no-404s.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xt/03-no-404s.t b/xt/03-no-404s.t index 8ce31ad..c153c1f 100644 --- a/xt/03-no-404s.t +++ b/xt/03-no-404s.t @@ -8,6 +8,8 @@ use Test::More 0.88 : ()); use Test::Pod::No404s; + +$TODO = 'Test::Pod::No404s has issues with stribika.github.io and cpanmin.us'; pod_file_ok($_) for qw< README.pod bin/github-keygen CONTRIBUTING.pod >; done_testing;