Skip to content

Commit

Permalink
Merge pull request #255 from JaredTate/develop
Browse files Browse the repository at this point in the history
Uncomment & Re-Enable Taproot & Dandelion Tests
  • Loading branch information
ycagel authored Dec 17, 2024
2 parents 4da9afa + 8067c22 commit 410f322
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/functional/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
BASE_SCRIPTS = [
# Scripts that are run by default.
# Longest test should go first, to favor running tests in parallel
#'p2p_dandelion.py', # p2p dandelion anonymous tx test
'p2p_dandelion.py', # p2p dandelion anonymous tx test
'wallet_hd.py --legacy-wallet',
'wallet_hd.py --descriptors',
'wallet_backup.py --legacy-wallet',
Expand All @@ -112,8 +112,8 @@
'wallet_dump.py --legacy-wallet',
'wallet_listtransactions.py --legacy-wallet',
'wallet_listtransactions.py --descriptors',
#'feature_taproot.py --previous_release', #Disable until path forward on taproot determined
#'feature_taproot.py', #Disable until path forward on taproot determined
'feature_taproot.py --previous_release',
'feature_taproot.py',
'rpc_signer.py',
'wallet_signer.py --descriptors',
# vv Tests less than 60s vv
Expand Down Expand Up @@ -268,7 +268,7 @@
'wallet_send.py --legacy-wallet',
'wallet_send.py --descriptors',
'wallet_create_tx.py --descriptors',
#'wallet_taproot.py', #Disable until path forward on taproot determined
'wallet_taproot.py',
'p2p_fingerprint.py',
'feature_uacomment.py',
'wallet_coinbase_category.py --legacy-wallet',
Expand Down

0 comments on commit 410f322

Please sign in to comment.