Skip to content

Commit

Permalink
Do not run the RIA test on windows (yet)
Browse files Browse the repository at this point in the history
See datalad#654

Like require employing datalad#596
to solve properly.
  • Loading branch information
mih committed Apr 17, 2024
1 parent 61bd8f9 commit dc779fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions datalad_next/patches/tests/test_ria.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
from datalad.api import clone
from datalad_next.tests import skip_if_on_windows


# we cannot yet run on windows. see
# https://github.com/datalad/datalad-next/issues/654
@skip_if_on_windows
def test_ria_ssh_roundtrip(
sshserver, existing_dataset, no_result_rendering,
tmp_path):
Expand Down

0 comments on commit dc779fa

Please sign in to comment.