--- 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
@@ -166,6 +167,7 @@
 
 
 @inlineCallbacks
+@pytest.mark.skip
 def test_offer_cancel():
 
     def _received(start_data):
