From e9ade032f3283971025943d750b1305bc8da56fc Mon Sep 17 00:00:00 2001 From: Andrew Chow Date: Tue, 19 Oct 2021 18:43:18 -0400 Subject: [PATCH] tests: Add feature_segwit.py --descriptors to test_runner.py --- test/functional/test_runner.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index b91b294108512..916cd94b79d26 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -100,6 +100,7 @@ 'p2p_compactblocks.py', 'p2p_compactblocks_blocksonly.py', 'feature_segwit.py --legacy-wallet', + 'feature_segwit.py --descriptors', # vv Tests less than 2m vv 'wallet_basic.py --legacy-wallet', 'wallet_basic.py --descriptors',