mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-21 13:38:31 +02:00
skip broken test on windows
This commit is contained in:
parent
455720f788
commit
3ad9c5e105
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ Feature: Basic reading and writing to a journal
|
||||||
When we open the editor and enter nothing
|
When we open the editor and enter nothing
|
||||||
Then we should see the message "[Nothing saved to file]"
|
Then we should see the message "[Nothing saved to file]"
|
||||||
|
|
||||||
|
@skip_win
|
||||||
Scenario: Sending an argument with spaces to the editor should work
|
Scenario: Sending an argument with spaces to the editor should work
|
||||||
Given we use the config "editor-args.yaml"
|
Given we use the config "editor-args.yaml"
|
||||||
When we open the editor and enter "lorem ipsum"
|
When we open the editor and enter "lorem ipsum"
|
||||||
|
|
Loading…
Add table
Reference in a new issue