mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Skip Windows due to mysterious os.makedirs failure
This commit is contained in:
parent
8d9c27ffd6
commit
8e5b5b6c19
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ Feature: Journals iteracting with the file system in a way that users can see
|
|||
And the journal directory should contain
|
||||
2013/07/23.txt
|
||||
|
||||
@skip_win # https://github.com/jrnl-org/jrnl/issues/1894
|
||||
Scenario: Adding entries to a Folder journal with a custom extension should generate date files
|
||||
Given we use the config "empty_folder_with_extension.yaml"
|
||||
When we run "jrnl 23 July 2013: Testing folder journal."
|
||||
|
|
Loading…
Add table
Reference in a new issue