From ca0669253a5006c8effe3d5fea339244123ff926 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 14 Mar 2018 19:31:36 +0100 Subject: Disable test_software_rendering on macOS For some reason, macOS doesn't care about us disabling software rendering (cherry picked from commit d232b3ea57a7379c3776a0d65bd5b8fa4f29b42e) --- tests/end2end/test_invocations.py | 1 + 1 file changed, 1 insertion(+) 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: -- cgit v1.2.3-54-g00ecf