Skip to content

Commit

Permalink
skip workflow tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jsheunis committed Mar 7, 2023
1 parent a63090f commit 5d69416
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion datalad_catalog/tests/test_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
assert_equal,
assert_repo_status,
skip_if_adjusted_branch,
skip_if_on_windows,
)
from datalad.api import create, Dataset

Expand Down Expand Up @@ -297,7 +298,7 @@
},
}


@skip_if_on_windows
@skip_if_adjusted_branch
@with_tree(tree=super_ds_tree)
@with_tempfile(mkdir=True)
Expand Down

0 comments on commit 5d69416

Please # to comment.