diff options
author | Florian Bruhin <me@the-compiler.org> | 2019-11-19 16:40:48 +0100 |
---|---|---|
committer | Florian Bruhin <me@the-compiler.org> | 2019-11-19 16:40:48 +0100 |
commit | 7bfc56c0d908795e00ab45f6c4a08c70482ad89f (patch) | |
tree | 0e9d6ced1c850b2d7a1fb7afddf7228d5e647b84 /tests/conftest.py | |
parent | febe8e81e5f337c97402d0bf366528b148d579fa (diff) | |
download | qutebrowser-7bfc56c0d908795e00ab45f6c4a08c70482ad89f.tar.gz qutebrowser-7bfc56c0d908795e00ab45f6c4a08c70482ad89f.zip |
Remove outdated issue2478 marker
Looks like this works on Windows nowadays.
See #2478
Diffstat (limited to 'tests/conftest.py')
-rw-r--r-- | tests/conftest.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/conftest.py b/tests/conftest.py index c5abf3ada..9ef2ff96c 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -101,10 +101,6 @@ def _apply_platform_markers(config, item): sys.getfilesystemencoding() == 'ascii', "Skipped because of ASCII locale"), - ('issue2478', - pytest.mark.xfail, - utils.is_windows and config.webengine, - "Broken with QtWebEngine on Windows"), ('issue3572', pytest.mark.xfail, (qtutils.version_check('5.10', compiled=False, exact=True) or |