Skip to content

Commit

Permalink
CLN+TST: Remove a redundant @mark.skipif_no_datalad
Browse files Browse the repository at this point in the history
This will already be skipped due to the dataset fixture.
  • Loading branch information
kyleam committed Mar 5, 2019
1 parent 0991bf4 commit 01af4ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion reproman/support/jobs/tests/test_orchestrators.py
Expand Up @@ -259,7 +259,6 @@ def test_orc_datalad_pair(job_spec, dataset, shell):
assert dataset.repo.is_under_annex("out")


@mark.skipif_no_datalad
def test_orc_datalad_abort_if_detached(job_spec, dataset, shell):
dataset.repo.checkout("HEAD^{}")

Expand Down

0 comments on commit 01af4ac

Please sign in to comment.