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;