From 655966786e5d7f967e75a046b3ea009994a9cbc7 Mon Sep 17 00:00:00 2001 From: Ken Sedgwick Date: Sun, 6 Mar 2022 22:51:30 -0800 Subject: [PATCH] WIP: unskipped a reorg test --- tests/test_misc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_misc.py b/tests/test_misc.py index ce0951579965..28a96fd988a8 100644 --- a/tests/test_misc.py +++ b/tests/test_misc.py @@ -1034,7 +1034,6 @@ def test_daemon_option(node_factory): @flaky @pytest.mark.developer("needs DEVELOPER=1") -@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "remote_hsmd doesn't have repeatable random seeding") def test_blockchaintrack(node_factory, bitcoind): """Check that we track the blockchain correctly across reorgs """