Skip to content

Commit 57fc896

Browse files
committed
tests: skip test_reckless.py::test_disable_enable because no canned github server at gitlab
1 parent ab5fb16 commit 57fc896

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_reckless.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ def test_local_dir_install(node_factory):
235235

236236

237237
@unittest.skipIf(VALGRIND, "virtual environment triggers memleak detection")
238+
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "no canned github server in gitlab CI")
238239
def test_disable_enable(node_factory):
239240
"""test search, git clone, and installation to folder."""
240241
n = get_reckless_node(node_factory)

0 commit comments

Comments
 (0)