582a611
From c14947308ff6851cbbbad098e9758f6baf06dc0a Mon Sep 17 00:00:00 2001
582a611
From: Vojtech Trefny <vtrefny@redhat.com>
582a611
Date: Fri, 28 Jun 2019 11:18:26 +0200
582a611
Subject: [PATCH] Skip test that needs internet connection
582a611
582a611
---
582a611
 tests/test_style.py | 1 +
582a611
 1 file changed, 1 insertion(+)
582a611
582a611
diff --git a/tests/test_style.py b/tests/test_style.py
582a611
index 1480d0c..b16cc36 100644
582a611
--- a/tests/test_style.py
582a611
+++ b/tests/test_style.py
582a611
@@ -55,6 +55,7 @@ class TestScript(unittest.TestCase):
582a611
         self.assertEqual(result, "https://fonts.gstatic.com/s/indieflower/v9/m8JVjfNVeKWVnh3QMuKkFcZVaUuH.woff2")
582a611
 
582a611
     def test_embed_google_web_font(self):
582a611
+        self.skipTest("Internet connection is not available in Koji")
582a611
         dwg = Drawing()
582a611
         dwg.embed_google_web_font(name="Indie Flower", uri="http://fonts.googleapis.com/css?family=Indie+Flower")
582a611
         style = dwg.defs.elements[0]
582a611
-- 
582a611
2.20.1
582a611