<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From 12a214f8fc63ab96ea4201ca5ff5a77e915e9143 Mon Sep 17 00:00:00 2001
From: Slaven Rezic &lt;slaven@rezic.de&gt;
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-&gt;html2wiki( html =&gt; '&amp;lt;' ), '&amp;lt;', "escape_entities is enabled by de
 SKIP: {
   skip "LWP::UserAgent required for testing how content is fetched from URIs" =&gt; 4 unless $have_lwp;
   skip "Couldn't fetch test website http://www.perl.org. Perhaps you don't have internet access?" =&gt; 4 unless LWP::UserAgent-&gt;new-&gt;get('http://www.perl.org')-&gt;is_success;
+  skip "diberri.dyndns.org is currently down", 4;
 
   is( $wc4-&gt;html2wiki( uri =&gt; 'http://diberri.dyndns.org/wikipedia/html2wiki-old/test.html', strip_tags =&gt; ['head'] ), '**test**', 'fetch uri, no ua' );
   is( $wc4-&gt;user_agent-&gt;agent, $wc4-&gt;__default_ua_string, 'using default ua' );
-- 
2.1.4

</pre></body></html>