1diff --git a/tests.py b/tests.py
2index deb50e0..aede281 100755
3--- a/tests.py
4+++ b/tests.py
5@@ -179,6 +179,7 @@ class TestPypandoc(unittest.TestCase):
6 received = pypandoc.convert_file(file_url, 'rst')
7 self.assertEqualExceptForNewlineEnd(expected, received)
8
9+ @unittest.skip("no network access during checkPhase")
10 def test_basic_conversion_from_http_url(self):
11 url = 'https://raw.githubusercontent.com/bebraw/pypandoc/master/README.md'
12 received = pypandoc.convert_file(url, 'html')