From a93fce1f013c64dd907e1eae5961830dd24e2add Mon Sep 17 00:00:00 2001 From: Byron Hambly Date: Wed, 26 Apr 2023 11:26:10 +0000 Subject: [PATCH] fixup! FIXME commented out failing tests for wallet_groups, taphash_pegins, tapscript_opcodes --- test/functional/test_runner.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index fb87069a0c..56e775bba1 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -202,10 +202,10 @@ 'rpc_signrawtransaction.py --descriptors', 'rpc_rawtransaction.py --legacy-wallet', 'rpc_rawtransaction.py --descriptors', - # ELEMENTS: FIXME failing test + # ELEMENTS: FIXME failing tests # 'wallet_groups.py --legacy-wallet', + # 'wallet_groups.py --descriptors', 'p2p_addrv2_relay.py', - 'wallet_groups.py --descriptors', 'p2p_compactblocks_hb.py', 'p2p_disconnect_ban.py', 'rpc_decodescript.py',