summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2018-03-14 19:31:36 +0100
committerFlorian Bruhin <git@the-compiler.org>2018-03-14 20:05:07 +0100
commitca0669253a5006c8effe3d5fea339244123ff926 (patch)
treecbdb42cd2a0de5b2b01c3c21bc993ca078d50d9e
parent4b6bfd066c34c413cc77ba6c60eeaa31d85d17d7 (diff)
downloadqutebrowser-ca0669253a5006c8effe3d5fea339244123ff926.tar.gz
qutebrowser-ca0669253a5006c8effe3d5fea339244123ff926.zip
Disable test_software_rendering on macOS
For some reason, macOS doesn't care about us disabling software rendering (cherry picked from commit d232b3ea57a7379c3776a0d65bd5b8fa4f29b42e)
-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 3b6d51e26..d6b4b1300 100644
--- a/tests/end2end/test_invocations.py
+++ b/tests/end2end/test_invocations.py
@@ -379,6 +379,7 @@ def test_qute_settings_persistence(short_tmpdir, request, quteproc_new):
@pytest.mark.no_xvfb
@pytest.mark.no_ci
+@pytest.mark.not_mac
def test_force_software_rendering(request, quteproc_new):
"""Make sure we can force software rendering with -s."""
if not request.config.webengine: