From 69f3882ce3654929896e91cf5925d8b03ee8f915 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 23 Nov 2025 11:42:49 +0100 Subject: [PATCH] tests: Skip hangouts extension test on Qt 5 --- 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 b5e1f08bf..dc6bb61c3 100644 --- a/tests/end2end/test_invocations.py +++ b/tests/end2end/test_invocations.py @@ -613,6 +613,7 @@ def test_service_worker_workaround( assert not service_worker_dir.exists() +@pytest.mark.qt6_only def test_disable_hangouts_extension_crash( quteproc_new: quteprocess.QuteProc, request: pytest.FixtureRequest,