Skip to content

Commit

Permalink
Merge pull request #294 from datalad/annex-test-win
Browse files Browse the repository at this point in the history
Try to enable a previously failing test given that a potential fix la…
  • Loading branch information
mih committed Apr 20, 2023
2 parents 005dad2 + eb71a2f commit ae0bb84
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions datalad_dataverse/tests/test_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,10 @@ def test_remote(dataverse_admin_credential_setup,
repo.call_annex([
'drop', '--from', 'mydv', 'somefile.txt',
])
# Temporarily disable this until
# https://github.com/datalad/datalad-dataverse/issues/127
# is sorted out. Possibly via
# https://git-annex.branchable.com/bugs/testremote_is_not_honoring_--backend
if not on_windows:
# run git-annex own testsuite
ds.repo.call_annex([
'testremote', '--fast', 'mydv',
])
# run git-annex own testsuite
ds.repo.call_annex([
'testremote', '--fast', 'mydv',
])


def test_datalad_annex(dataverse_admin_credential_setup,
Expand Down

0 comments on commit ae0bb84

Please sign in to comment.