diff options
author | Jon Atack <jon@atack.com> | 2022-04-01 12:23:01 +0200 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-04-08 13:26:34 +0100 |
commit | 6374e24887e3957cfcf17841a8c48cac2ffbda4f (patch) | |
tree | 4d0dc17a620e1215c2c0c61682cc882d77ce0fb3 /test | |
parent | 1ea76767d081054fe40c98f241b484d18133389e (diff) |
Put lock logging behind DEBUG_LOCKCONTENTION preprocessor directive
Github-Pull: #24770
Rebased-From: 39a34b6877945908759f6a2322f60852e521e2ee
Diffstat (limited to 'test')
-rwxr-xr-x | test/functional/rpc_misc.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/functional/rpc_misc.py b/test/functional/rpc_misc.py index 2f1796d7cc..f64aae7223 100755 --- a/test/functional/rpc_misc.py +++ b/test/functional/rpc_misc.py @@ -56,9 +56,6 @@ class RpcMiscTest(BitcoinTestFramework): self.log.info("test logging rpc and help") - # Test logging RPC returns the expected number of logging categories. - assert_equal(len(node.logging()), 27) - # Test toggling a logging category on/off/on with the logging RPC. assert_equal(node.logging()['qt'], True) node.logging(exclude=['qt']) |