Skip to content

Commit

Permalink
tests: skip test_reckless.py::test_disable_enable, unexplained
Browse files Browse the repository at this point in the history
  • Loading branch information
ksedgwic committed Nov 21, 2023
1 parent f564c8d commit 6f626c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_reckless.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import os
import shutil
import time

import unittest

@pytest.fixture(autouse=True)
def canned_github_server(directory):
Expand Down Expand Up @@ -175,6 +175,7 @@ def test_local_dir_install(node_factory):
assert os.path.exists(plugin_path)


@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "fails unexpectedly in CI")
def test_disable_enable(node_factory):
"""test search, git clone, and installation to folder."""
n = get_reckless_node(node_factory)
Expand Down

0 comments on commit 6f626c8

Please sign in to comment.