summaryrefslogtreecommitdiff
path: root/tests/conftest.py
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2019-11-21 14:33:04 +0100
committerFlorian Bruhin <me@the-compiler.org>2019-11-21 14:33:04 +0100
commit8cbf6305e972b43b828e47f13c160e9754dae01f (patch)
treed426f0baffa8fe2d70f2f4aff5c3b10899bbae4b /tests/conftest.py
parent539638d3f1f9709482060476527cf45e9164876a (diff)
downloadqutebrowser-8cbf6305e972b43b828e47f13c160e9754dae01f.tar.gz
qutebrowser-8cbf6305e972b43b828e47f13c160e9754dae01f.zip
tests: Remove issue3572 marker
See #3572
Diffstat (limited to 'tests/conftest.py')
-rw-r--r--tests/conftest.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index 9ef2ff96c..46b8967e6 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -101,12 +101,6 @@ def _apply_platform_markers(config, item):
sys.getfilesystemencoding() == 'ascii',
"Skipped because of ASCII locale"),
- ('issue3572',
- pytest.mark.xfail,
- (qtutils.version_check('5.10', compiled=False, exact=True) or
- qtutils.version_check('5.10.1', compiled=False, exact=True)) and
- config.webengine and 'TRAVIS' in os.environ,
- "Broken with QtWebEngine with Qt 5.10 on Travis"),
('qtbug60673',
pytest.mark.xfail,
qtutils.version_check('5.8') and