tests: Run service worker workaround test on Windows

This commit is contained in:
Florian Bruhin 2021-01-27 17:20:58 +01:00
parent d75ffdc115
commit 88f419b772
1 changed files with 0 additions and 2 deletions

View File

@ -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."""