@@ -98,7 +98,6 @@ endif()
9898
9999# Long-running base tests (~2-5 minutes) - COST 200-299
100100add_functional_test(feature_fee_estimation "feature_fee_estimation.py" COST 280)
101- add_functional_test(feature_taproot "feature_taproot.py" COST 270)
102101add_functional_test(feature_block "feature_block.py" COST 260)
103102add_functional_test(mempool_ephemeral_dust "mempool_ephemeral_dust.py" COST 250)
104103add_functional_test(p2p_opportunistic_1p1c "p2p_opportunistic_1p1c.py" COST 240)
@@ -120,6 +119,7 @@ add_functional_test(p2p_dns_seeds "p2p_dns_seeds.py" COST 100)
120119
121120# Wallet tests (conditional on wallet support)
122121if (ENABLE_WALLET)
122+ add_functional_test(feature_taproot "feature_taproot.py" COST 270 LABELS "wallet" )
123123 add_functional_test(wallet_conflicts "wallet_conflicts.py" COST 200 LABELS "wallet" )
124124 add_functional_test(rpc_psbt "rpc_psbt.py" COST 120 LABELS "wallet" )
125125 add_functional_test(wallet_fundrawtransaction "wallet_fundrawtransaction.py" COST 115 LABELS "wallet" )
@@ -190,7 +190,6 @@ if(ENABLE_WALLET)
190190 add_functional_test(wallet_musig "wallet_musig.py" COST 5 LABELS "wallet" )
191191 add_functional_test(wallet_timelock "wallet_timelock.py" COST 5 LABELS "wallet" )
192192 add_functional_test(wallet_startup "wallet_startup.py" COST 5 LABELS "wallet" )
193- add_functional_test(wallet_migration "wallet_migration.py" COST 5 LABELS "wallet" )
194193 add_functional_test(tool_signet_miner "tool_signet_miner.py" COST 5 LABELS "wallet" )
195194endif ()
196195
@@ -407,6 +406,7 @@ if(ENABLE_PREVIOUS_RELEASES_TESTS)
407406 add_functional_test(feature_coinstatsindex_compatibility "feature_coinstatsindex_compatibility.py" COST 40 LABELS "previous_releases" )
408407 if (ENABLE_WALLET)
409408 add_functional_test(wallet_backwards_compatibility "wallet_backwards_compatibility.py" COST 35 LABELS "previous_releases;wallet" )
409+ add_functional_test(wallet_migration "wallet_migration.py" COST 5 LABELS "previous_releases;wallet" )
410410 endif ()
411411endif ()
412412
0 commit comments