From 7cc4b4e7d14f7217e8e123af90d204ae53392731 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 28 Dec 2018 10:24:56 -0500 Subject: [PATCH] ENH(TST): reenable one of the tests for create-sibling ssh_inherit --- datalad/distribution/tests/test_create_sibling.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/datalad/distribution/tests/test_create_sibling.py b/datalad/distribution/tests/test_create_sibling.py index 37dfe25d75..58d0594ab0 100644 --- a/datalad/distribution/tests/test_create_sibling.py +++ b/datalad/distribution/tests/test_create_sibling.py @@ -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) @@ -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