Skip to content

Commit

Permalink
ENH(TST): reenable one of the tests for create-sibling ssh_inherit
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Dec 28, 2018
1 parent 2225e83 commit 7cc4b4e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions datalad/distribution/tests/test_create_sibling.py
Expand Up @@ -497,6 +497,7 @@ def test_replace_and_relative_sshpath(src_path, dst_path):
eq_(len(logs_post), len(logs_prior) + 1)


@known_failure_direct_mode #FIXME
@skip_if_on_windows # create_sibling incompatible with win servers
@skip_ssh
@with_tempfile(mkdir=True)
Expand Down Expand Up @@ -556,8 +557,9 @@ def _test_target_ssh_inherit(standardgroup, src_path, target_path):

def test_target_ssh_inherit():
skip_if_on_windows() # create_sibling incompatible with win servers
# TODO: waits for resolution on
# TODO: was waiting for resolution on
# https://github.com/datalad/datalad/issues/1274
#yield _test_target_ssh_inherit, None # no wanted etc
#yield _test_target_ssh_inherit, 'manual' # manual -- no load should be annex copied
yield known_failure_direct_mode(_test_target_ssh_inherit), 'backup' # backup -- all data files #FIXME
# which is now closed but this one is failing ATM, thus leaaving as TODO
# yield _test_target_ssh_inherit, None # no wanted etc
yield _test_target_ssh_inherit, 'manual' # manual -- no load should be annex copied
yield _test_target_ssh_inherit, 'backup' # backup -- all data files

0 comments on commit 7cc4b4e

Please sign in to comment.