From fe4f18951f12789fe7935716f21211aee111e657 Mon Sep 17 00:00:00 2001 From: Suhas Date: Mon, 25 Jan 2021 07:21:05 -0500 Subject: [PATCH] binary search misbehaving windows test --- features/overrides.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/features/overrides.feature b/features/overrides.feature index 7739f339..51ce11d2 100644 --- a/features/overrides.feature +++ b/features/overrides.feature @@ -10,6 +10,7 @@ Given we use the config "editor.yaml" When we run "jrnl --config-override '{"editor": "nano"}'" Then the editor "nano" should have been called +@skip_win Scenario: Override configured linewrap with a value of 23 Given we use the config "editor.yaml" When we run "jrnl -2 --config-override '{"linewrap": 23}' --format fancy" @@ -30,6 +31,7 @@ Then the output should be ┖─────────────────────┘ """ +@skip_win Scenario: Override color selections with runtime overrides Given we use the config "tiny.yaml" When we run jrnl with -1 --config-override '{"colors.body": "blue"}'