aboutsummaryrefslogtreecommitdiff
path: root/tests/onionshare_share_mode_cancel_share_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/onionshare_share_mode_cancel_share_test.py')
-rw-r--r--tests/onionshare_share_mode_cancel_share_test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/onionshare_share_mode_cancel_share_test.py b/tests/onionshare_share_mode_cancel_share_test.py
index ed28ddd7..2a248bae 100644
--- a/tests/onionshare_share_mode_cancel_share_test.py
+++ b/tests/onionshare_share_mode_cancel_share_test.py
@@ -8,6 +8,7 @@ class ShareModeCancelTest(unittest.TestCase, TorGuiShareTest):
@classmethod
def setUpClass(cls):
test_settings = {
+ "autostart_timer": True,
}
cls.gui = TorGuiShareTest.set_up(test_settings)
@@ -17,6 +18,7 @@ class ShareModeCancelTest(unittest.TestCase, TorGuiShareTest):
@pytest.mark.gui
@pytest.mark.tor
+ @pytest.mark.skipif(pytest.__version__ < '2.9', reason="requires newer pytest")
def test_gui(self):
self.run_all_common_setup_tests()
self.run_all_share_mode_setup_tests()