Skip to content

Commit 5dc601e

Browse files
committed
pyln-testing: don't run reckless under valgrind.
We can timeout if we do (it's Python). Unfortunately I didn't catch the flake. Signed-off-by: Rusty Russell <[email protected]>
1 parent 1830c0e commit 5dc601e

File tree

1 file changed

+1
-1
lines changed
  • contrib/pyln-testing/pyln/testing

1 file changed

+1
-1
lines changed

contrib/pyln-testing/pyln/testing/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ def __init__(self, node_id, lightning_dir, bitcoind, executor, valgrind, may_fai
859859
if dsn is not None:
860860
self.daemon.opts['wallet'] = dsn
861861
if valgrind:
862-
trace_skip_pattern = '*python*,*bitcoin-cli*,*elements-cli*,*cln-grpc*,*clnrest*,*wss-proxy*,*cln-bip353*'
862+
trace_skip_pattern = '*python*,*bitcoin-cli*,*elements-cli*,*cln-grpc*,*clnrest*,*wss-proxy*,*cln-bip353*,*reckless'
863863
if not valgrind_plugins:
864864
trace_skip_pattern += ',*plugins*'
865865
self.daemon.cmd_prefix = [

0 commit comments

Comments
 (0)