diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index 6cd2368496..1d85da781f 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -133,6 +133,10 @@ BASE_SCRIPTS = [ 'feature_dip4_coinbasemerkleroots.py', # NOTE: needs dash_hash to pass 'feature_asset_locks.py', # NOTE: needs dash_hash to pass 'feature_mnehf.py', # NOTE: needs dash_hash to pass + 'feature_governance.py --legacy-wallet', + 'feature_governance.py --descriptors', + 'feature_governance_cl.py --legacy-wallet', + 'feature_governance_cl.py --descriptors', # vv Tests less than 60s vv 'p2p_sendheaders.py', # NOTE: needs dash_hash to pass 'p2p_sendheaders_compressed.py', # NOTE: needs dash_hash to pass @@ -293,10 +297,6 @@ BASE_SCRIPTS = [ 'feature_cltv.py', 'feature_new_quorum_type_activation.py', 'feature_governance_objects.py', - 'feature_governance.py --legacy-wallet', - 'feature_governance.py --descriptors', - 'feature_governance_cl.py --legacy-wallet', - 'feature_governance_cl.py --descriptors', 'p2p_governance_invs.py', 'rpc_uptime.py', 'feature_discover.py',