From 1ed96cf78dd325d2b0f3395c646051ff84eb3604 Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 2 Oct 2021 12:55:18 -0700 Subject: [PATCH] change comment to match other tests --- tests/bdd/features/override.feature | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/bdd/features/override.feature b/tests/bdd/features/override.feature index d0c5ef53..3d9fb27f 100644 --- a/tests/bdd/features/override.feature +++ b/tests/bdd/features/override.feature @@ -8,12 +8,13 @@ Feature: Implementing Runtime Overrides for Select Configuration Keys And the editor should not have been called + # @todo implement this step in pytest (doesn't currently support overrides) + @skip Scenario: Postconfig commands with overrides Given we use the config "basic_encrypted.yaml" And we use the password "test" if prompted When we run "jrnl --decrypt --config-override highlight false --config-override editor nano" - # @todo implement this step in pytest (doesn't currently support overrides) - # Then the config should contain "highlight: false" + Then the config should contain "highlight: false" Then the editor should not have been called