Skip broken test on Windows

Proper fix in progress...
This commit is contained in:
Florian Bruhin 2021-01-27 17:05:41 +01:00
parent f290999913
commit 7b95a6cdb8
1 changed files with 1 additions and 0 deletions

View File

@ -445,6 +445,7 @@ def test_preferred_colorscheme(request, quteproc_new):
'Qt version changed',
None,
])
@pytest.mark.skipif(utils.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."""