summarylogtreecommitdiffstats
path: root/disable-network-tests.patch
blob: f72e56fd29365777d5553693b1e415c5e962c395 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/tests/test_registry.py b/tests/test_registry.py
index 3f2e94e..166cb71 100644
--- a/tests/test_registry.py
+++ b/tests/test_registry.py
@@ -20,6 +20,7 @@ def test_html_parser():
 
     assert parser.result == HTML_RESULT
 
+@pytest.mark.skip
 def test_from_web():
     # only if internet is available
     with contextlib.suppress(RuntimeError):
@@ -28,6 +29,7 @@ def test_from_web():
         assert isinstance(r, Registry)
         assert len(r) > 2000
 
+@pytest.mark.skip
 def test_from_web_with_filter():
     _, pnp_id, name = PNP_DATA[0]