From 723a5db8f2986197e8179b4cc2143da2410b0a66 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 21 Nov 2023 16:30:27 +0100 Subject: tests: Disable disable-features=PaintHoldingCrossOrigin This seems to help with severe flakiness around clicking elements / JS execution on Qt 6.4+. See https://bugreports.qt.io/browse/QTBUG-112017 and #5390 --- tests/end2end/fixtures/quteprocess.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/end2end/fixtures/quteprocess.py b/tests/end2end/fixtures/quteprocess.py index a2f870e32..de9b490ca 100644 --- a/tests/end2end/fixtures/quteprocess.py +++ b/tests/end2end/fixtures/quteprocess.py @@ -390,7 +390,8 @@ class QuteProc(testprocess.Process): '--json-logging', '--loglevel', 'vdebug', '--backend', backend, '--debug-flag', 'no-sql-history', '--debug-flag', 'werror', '--debug-flag', - 'test-notification-service'] + 'test-notification-service', + '--qt-flag', 'disable-features=PaintHoldingCrossOrigin'] if self.request.config.webengine and testutils.disable_seccomp_bpf_sandbox(): args += testutils.DISABLE_SECCOMP_BPF_ARGS -- cgit v1.2.3-54-g00ecf