summaryrefslogtreecommitdiff
path: root/tests/end2end/test_invocations.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/end2end/test_invocations.py')
-rw-r--r--tests/end2end/test_invocations.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/end2end/test_invocations.py b/tests/end2end/test_invocations.py
index 971be903c..b860feed0 100644
--- a/tests/end2end/test_invocations.py
+++ b/tests/end2end/test_invocations.py
@@ -757,7 +757,11 @@ def test_dark_mode_mathml(quteproc_new, request, qtbot):
('true', 'Reduced motion'),
('false', 'No'),
])
-def test_prefers_reduced_motion(quteproc_new, request, qtbot, value, preference):
+@pytest.mark.skipif(
+ utils.is_windows,
+ reason="Outcome on Windows depends on system settings",
+)
+def test_prefers_reduced_motion(quteproc_new, request, value, preference):
if not request.config.webengine:
pytest.skip("Skipped with QtWebKit")