From 92f3633662d7f268d733b9bd82dc51dbf45c3ae9 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 24 Sep 2025 07:59:21 +0200 Subject: [PATCH] tests: Skip nested prompts test on unaffected Qt versions Qt < 6.9 doesn't crash in this situation, and seems to handle nested prompts differently, causing the test to still wait for a prompt answer. Follow-up to a13306a79fe9ce3521e93bbce29ffb534e7a498a --- tests/end2end/features/downloads.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/end2end/features/downloads.feature b/tests/end2end/features/downloads.feature index 369befa99..603131cc6 100644 --- a/tests/end2end/features/downloads.feature +++ b/tests/end2end/features/downloads.feature @@ -677,6 +677,7 @@ Feature: Downloading things from a website. Then the downloaded file download.bin should exist And the downloaded file download2.bin should not exist + @qt>=6.9 Scenario: Nested download prompts (#8674) When I set downloads.location.prompt to true And I open data/downloads/download.bin without waiting