From b344f92a9004f5725d0bf134d71b3e876a3d3d12 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 27 Nov 2015 15:10:08 +0100 Subject: [PATCH] Add two missing xfail markers. --- tests/integration/features/caret.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration/features/caret.feature b/tests/integration/features/caret.feature index 2c95e2853..ecd5b950f 100644 --- a/tests/integration/features/caret.feature +++ b/tests/integration/features/caret.feature @@ -80,6 +80,7 @@ Feature: Caret mode four five six + @xfail_issue1142_windows Scenario: Moving back to the start of previous block When I run :move-to-end-of-next-block with count 2 And I run :move-to-start-of-prev-block @@ -174,6 +175,7 @@ Feature: Caret mode And I run :yank-selected Then the clipboard should contain " two" + @xfail_issue1142_windows Scenario: Moving to next word and selecting a word When I run :move-to-next-word And I run :toggle-selection