Skip to content

Commit c8bc666

Browse files
committed
fix functional test gatings
1 parent e602a1a commit c8bc666

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/functional_tests.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ endif()
9898

9999
# Long-running base tests (~2-5 minutes) - COST 200-299
100100
add_functional_test(feature_fee_estimation "feature_fee_estimation.py" COST 280)
101-
add_functional_test(feature_taproot "feature_taproot.py" COST 270)
102101
add_functional_test(feature_block "feature_block.py" COST 260)
103102
add_functional_test(mempool_ephemeral_dust "mempool_ephemeral_dust.py" COST 250)
104103
add_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)
122121
if(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")
195194
endif()
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()
411411
endif()
412412

0 commit comments

Comments
 (0)