Skip to content

Commit bba9c19

Browse files
committed
Do not run XRootD test on Windows
1 parent 0bb7b20 commit bba9c19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/tests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2195,6 +2195,7 @@ def test_nodelocal():
21952195
)
21962196

21972197

2198+
<<<<<<< HEAD
21982199
def test_keep_local():
21992200
with tempfile.TemporaryDirectory() as tmpdir:
22002201
snakefile = os.path.join(dpath("test_local_and_retrieve"), "keep_local.smk")
@@ -2287,6 +2288,7 @@ def test_retrieve():
22872288
assert os.path.exists(local_img)
22882289

22892290

2291+
@skip_on_windows
22902292
def test_censored_path():
22912293
snakefile = os.path.join(dpath("test_censored_path"), "Snakefile")
22922294
p = sp.Popen(

0 commit comments

Comments
 (0)