We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab5fb16 commit 57fc896Copy full SHA for 57fc896
tests/test_reckless.py
@@ -235,6 +235,7 @@ def test_local_dir_install(node_factory):
235
236
237
@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")
239
def test_disable_enable(node_factory):
240
"""test search, git clone, and installation to folder."""
241
n = get_reckless_node(node_factory)
0 commit comments