--- a/tests/test_wormhole.py
+++ b/tests/test_wormhole.py
@@ -21,6 +21,7 @@
 from subprocess import check_call
 import tempfile
 import gi
+import pytest
 gi.require_version('Gtk', '3.0')
 
 from wormhole.errors import WrongPasswordError, LonelyError
@@ -60,6 +61,7 @@
 
 
 @inlineCallbacks
+@pytest.mark.skip
 def test_wrmhl():
     # This should be a new, empty directory
     homedir = tempfile.mkdtemp()
@@ -81,6 +83,7 @@
 
 
 @inlineCallbacks
+@pytest.mark.skip
 def test_wrmhl_offline_code():
     # This should be a new, empty directory
     homedir = tempfile.mkdtemp()
@@ -103,6 +106,7 @@
 
 
 @inlineCallbacks
+@pytest.mark.skip
 def test_wrmhl_wrong_code():
     # This should be a new, empty directory
     homedir = tempfile.mkdtemp()
@@ -123,6 +127,7 @@
 
 
 @inlineCallbacks
+@pytest.mark.skip
 def test_wrmhl_wrong_hmac():
     # This should be a new, empty directory
     homedir = tempfile.mkdtemp()
@@ -144,6 +149,7 @@
 
 
 @inlineCallbacks
+@pytest.mark.skip
 def test_wrmhl_with_hmac():
     # This should be a new, empty directory
     homedir = tempfile.mkdtemp()
@@ -166,6 +172,7 @@
 
 
 @inlineCallbacks
+@pytest.mark.skip
 def test_offer_cancel():
 
     def _received(start_data):
