Skip to content

Commit 9e56d4e

Browse files
committed
turn off udocker testing due to their broken SSL
1 parent 227bca9 commit 9e56d4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_udocker.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
LINUX = sys.platform in ('linux', 'linux2')
1111

1212

13-
@pytest.mark.skipif(not LINUX, reason="LINUX only")
13+
#@pytest.mark.skipif(not LINUX, reason="LINUX only")
14+
@pytest.mark.skip("Udocker install is broken, see https://github.com/indigo-dc/udocker/issues/221")
1415
class TestUdocker:
1516
udocker_path = None
1617

0 commit comments

Comments
 (0)