Example #1
0
def test_target_ssh_inherit():
    # TODO: waits 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
Example #2
0
def test_annex_file():
    for mode in (
            'full',
            'fast',
            'relaxed',
    ):
        if mode in ('full', 'fast'):
            yield known_failure_direct_mode(_test_annex_file), mode  #FIXME
        else:
            yield _test_annex_file, mode