Skip to content

Commit

Permalink
skip test on adjusted branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jsheunis committed Nov 8, 2022
1 parent 45a9297 commit c30dedb
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 @@ -15,6 +15,7 @@
with_tempfile,
assert_equal,
assert_repo_status,
skip_if_adjusted_branch
)
from datalad.api import create, Dataset

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


@skip_if_adjusted_branch
@with_tree(tree=super_ds_tree)
@with_tempfile(mkdir=True)
def test_workflow_new(super_path=None, cat_path=None):
Expand Down

0 comments on commit c30dedb

Please # to comment.