From 12a214f8fc63ab96ea4201ca5ff5a77e915e9143 Mon Sep 17 00:00:00 2001 From: Slaven Rezic Date: Mon, 12 Jun 2017 07:35:01 +0200 Subject: [PATCH] skip tests on diberri.dyndns.org (RT #102916) --- t/01-wikiconverter.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/01-wikiconverter.t b/t/01-wikiconverter.t index 73cfd04..ccac8f2 100644 --- a/t/01-wikiconverter.t +++ b/t/01-wikiconverter.t @@ -158,6 +158,7 @@ is( $wc4->html2wiki( html => '<' ), '<', "escape_entities is enabled by de SKIP: { skip "LWP::UserAgent required for testing how content is fetched from URIs" => 4 unless $have_lwp; skip "Couldn't fetch test website http://www.perl.org. Perhaps you don't have internet access?" => 4 unless LWP::UserAgent->new->get('http://www.perl.org')->is_success; + skip "diberri.dyndns.org is currently down", 4; is( $wc4->html2wiki( uri => 'http://diberri.dyndns.org/wikipedia/html2wiki-old/test.html', strip_tags => ['head'] ), '**test**', 'fetch uri, no ua' ); is( $wc4->user_agent->agent, $wc4->__default_ua_string, 'using default ua' ); -- 2.1.4