summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-01-27 17:05:41 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-01-27 17:05:41 +0100
commit7b95a6cdb81107418c8a5bca1e393586e4b5cfd9 (patch)
tree840cef906da1a5e3ec73606951a1ea3c438694bd /tests
parentf290999913e4c98105b6823fb21bcf82c374c011 (diff)
downloadqutebrowser-7b95a6cdb81107418c8a5bca1e393586e4b5cfd9.tar.gz
qutebrowser-7b95a6cdb81107418c8a5bca1e393586e4b5cfd9.zip
Skip broken test on Windows
Proper fix in progress...
Diffstat (limited to 'tests')
-rw-r--r--tests/end2end/test_invocations.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/end2end/test_invocations.py b/tests/end2end/test_invocations.py
index b509e355b..fdac31cf4 100644
--- a/tests/end2end/test_invocations.py
+++ b/tests/end2end/test_invocations.py
@@ -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."""