From 88f419b772e839d594befff62e8a8d36cd241b3f Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 27 Jan 2021 17:20:58 +0100 Subject: tests: Run service worker workaround test on Windows --- tests/end2end/test_invocations.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/end2end/test_invocations.py b/tests/end2end/test_invocations.py index f3b40ffd8..b509e355b 100644 --- a/tests/end2end/test_invocations.py +++ b/tests/end2end/test_invocations.py @@ -30,7 +30,6 @@ import pytest from PyQt5.QtCore import QProcess from helpers import utils -from qutebrowser.utils import utils as qbutils ascii_locale = pytest.mark.skipif(sys.hexversion >= 0x03070000, @@ -446,7 +445,6 @@ def test_preferred_colorscheme(request, quteproc_new): 'Qt version changed', None, ]) -@pytest.mark.skipif(qbutils.is_windows, reason='Currently broken') def test_service_worker_workaround( request, server, quteproc_new, short_tmpdir, reason): """Make sure we remove the QtWebEngine Service Worker directory if configured.""" -- cgit v1.2.3-54-g00ecf