mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-19 20:48:31 +02:00
remove skipped tests for windows
This commit is contained in:
parent
85ae0f48fb
commit
0a2305f397
1 changed files with 0 additions and 3 deletions
|
@ -13,7 +13,6 @@ Feature: Implementing Runtime Overrides for Select Configuration Keys
|
|||
Then the config should have "highlight" set to "bool:false"
|
||||
And no editor should have been called
|
||||
|
||||
@skip_win
|
||||
Scenario: Override configured linewrap with a value of 23
|
||||
Given we use the config "simple.yaml"
|
||||
And we use the password "test" if prompted
|
||||
|
@ -42,7 +41,6 @@ Feature: Implementing Runtime Overrides for Select Configuration Keys
|
|||
When we run "jrnl -1 --config-override colors.body blue"
|
||||
Then the config should have "colors.body" set to "blue"
|
||||
|
||||
@skip_win
|
||||
Scenario: Apply multiple config overrides
|
||||
Given we use the config "basic_encrypted.yaml"
|
||||
And we use the password "test" if prompted
|
||||
|
@ -51,7 +49,6 @@ Feature: Implementing Runtime Overrides for Select Configuration Keys
|
|||
And the config should have "editor" set to "nano"
|
||||
|
||||
|
||||
@skip_win
|
||||
Scenario Outline: Override configured editor
|
||||
Given we use the config "basic_encrypted.yaml"
|
||||
And we use the password "test" if prompted
|
||||
|
|
Loading…
Add table
Reference in a new issue