From 73aed03a7f9bb630ba6412abff22f52c56c00485 Mon Sep 17 00:00:00 2001 From: Tim Gadanidis Date: Mon, 22 Nov 2021 11:32:43 -0500 Subject: Skip failing tests on Windows --- tests/end2end/features/tabs.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/end2end/features/tabs.feature b/tests/end2end/features/tabs.feature index dae19e445..ab6098a3e 100644 --- a/tests/end2end/features/tabs.feature +++ b/tests/end2end/features/tabs.feature @@ -1349,6 +1349,7 @@ Feature: Tab management And I run :tab-take 0/1 Then the error "Can't take tabs when using windows as tabs" should be shown + @windows_skip Scenario: Close the last tab of a window when taken by another window Given I have a fresh instance When I open data/numbers/1.txt @@ -1424,6 +1425,7 @@ Feature: Tab management And I run :tab-give 0 Then the error "Can't give tabs when using windows as tabs" should be shown + @windows_skip Scenario: Close the last tab of a window when given to another window Given I have a fresh instance When I open data/numbers/1.txt -- cgit v1.2.3-54-g00ecf