From: Simon Quigley <tsimonq2@ubuntu.com>
Date: Mon, 6 Jan 2020 17:17:36 +0100
Subject: The builders don't have internet access; skip the test needing it

Bug-Debian: https://bugs.debian.org/907322
Forwarded: not-needed
Last-Update: 2018-09-10
---
 test/test_utils.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test_utils.rb b/test/test_utils.rb
index 7f230c3..db17c79 100644
--- a/test/test_utils.rb
+++ b/test/test_utils.rb
@@ -432,7 +432,7 @@ class TestUtils < JekyllUnitTest
 
   context "Utils::Internet.connected?" do
     should "return true if there's internet" do
-      assert Utils::Internet.connected?
+      skip "The builders do not have access to the internet"
     end
   end
 end
