From cb9f3fa141dac990c69973ae3aef8b175938c2eb Mon Sep 17 00:00:00 2001 From: toofar Date: Sat, 18 Mar 2023 19:13:26 +1300 Subject: tests: skip special URL deserializing tests on win Not sure why its failing on windows, but it only really needs to run in one environment anyway. Previously this was using chrome://gpu but that was failing on CI due to it invoking some vulkan stuff the didn't work without a GPU. I changed it to chrome://sandbox/ for no good reason, but it seems to be working fine on ubuntu at least. Follow up to 151d808940f6 --- tests/end2end/features/tabs.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/end2end/features/tabs.feature b/tests/end2end/features/tabs.feature index 4f0e38693..b60249e6e 100644 --- a/tests/end2end/features/tabs.feature +++ b/tests/end2end/features/tabs.feature @@ -781,6 +781,7 @@ Feature: Tab management # https://github.com/qutebrowser/qutebrowser/issues/2289 @qtwebkit_skip + @windows_skip Scenario: Cloning a tab with a special URL When I open chrome://sandbox/ And I run :tab-clone -- cgit v1.2.3-54-g00ecf