mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
Removing skip_win on new tests
This commit is contained in:
parent
85ae0f48fb
commit
55ab48e1f1
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"
|
Then the config should have "highlight" set to "bool:false"
|
||||||
And no editor should have been called
|
And no editor should have been called
|
||||||
|
|
||||||
@skip_win
|
|
||||||
Scenario: Override configured linewrap with a value of 23
|
Scenario: Override configured linewrap with a value of 23
|
||||||
Given we use the config "simple.yaml"
|
Given we use the config "simple.yaml"
|
||||||
And we use the password "test" if prompted
|
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"
|
When we run "jrnl -1 --config-override colors.body blue"
|
||||||
Then the config should have "colors.body" set to "blue"
|
Then the config should have "colors.body" set to "blue"
|
||||||
|
|
||||||
@skip_win
|
|
||||||
Scenario: Apply multiple config overrides
|
Scenario: Apply multiple config overrides
|
||||||
Given we use the config "basic_encrypted.yaml"
|
Given we use the config "basic_encrypted.yaml"
|
||||||
And we use the password "test" if prompted
|
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"
|
And the config should have "editor" set to "nano"
|
||||||
|
|
||||||
|
|
||||||
@skip_win
|
|
||||||
Scenario Outline: Override configured editor
|
Scenario Outline: Override configured editor
|
||||||
Given we use the config "basic_encrypted.yaml"
|
Given we use the config "basic_encrypted.yaml"
|
||||||
And we use the password "test" if prompted
|
And we use the password "test" if prompted
|
||||||
|
|
Loading…
Add table
Reference in a new issue