mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
disable previous-release compatibility test and walletupgrade test
Should revisit; I am not sure whether we have a long-term stable URL for prebuilt past Elements releases, but we should be able to just point test/get-previous-releases.py at that, and change the set of versions (since we do not have 0.15, 0.19, etc), and we're good to go.
This commit is contained in:
parent
ef3bc3084a
commit
f1092db80e
1 changed files with 7 additions and 4 deletions
|
|
@ -220,8 +220,9 @@ BASE_SCRIPTS = [
|
||||||
'example_test.py',
|
'example_test.py',
|
||||||
'wallet_txn_doublespend.py',
|
'wallet_txn_doublespend.py',
|
||||||
'wallet_txn_doublespend.py --descriptors',
|
'wallet_txn_doublespend.py --descriptors',
|
||||||
'feature_backwards_compatibility.py',
|
# ELEMENTS: need to point past versions at our own release server
|
||||||
'feature_backwards_compatibility.py --descriptors',
|
#'feature_backwards_compatibility.py',
|
||||||
|
#'feature_backwards_compatibility.py --descriptors',
|
||||||
'wallet_txn_clone.py --mineblock',
|
'wallet_txn_clone.py --mineblock',
|
||||||
# ELEMENTS: needs to be fixed
|
# ELEMENTS: needs to be fixed
|
||||||
#'feature_notifications.py',
|
#'feature_notifications.py',
|
||||||
|
|
@ -251,7 +252,8 @@ BASE_SCRIPTS = [
|
||||||
'wallet_import_rescan.py --legacy-wallet',
|
'wallet_import_rescan.py --legacy-wallet',
|
||||||
'wallet_import_with_label.py --legacy-wallet',
|
'wallet_import_with_label.py --legacy-wallet',
|
||||||
'wallet_importdescriptors.py --descriptors',
|
'wallet_importdescriptors.py --descriptors',
|
||||||
'wallet_upgradewallet.py',
|
# ELEMENTS: need to point past versions at our own release server
|
||||||
|
#'wallet_upgradewallet.py',
|
||||||
'rpc_bind.py --ipv4',
|
'rpc_bind.py --ipv4',
|
||||||
'rpc_bind.py --ipv6',
|
'rpc_bind.py --ipv6',
|
||||||
'rpc_bind.py --nonloopback',
|
'rpc_bind.py --nonloopback',
|
||||||
|
|
@ -292,7 +294,8 @@ BASE_SCRIPTS = [
|
||||||
'feature_includeconf.py',
|
'feature_includeconf.py',
|
||||||
'feature_asmap.py',
|
'feature_asmap.py',
|
||||||
'mempool_unbroadcast.py',
|
'mempool_unbroadcast.py',
|
||||||
'mempool_compatibility.py',
|
# ELEMENTS: need to point past versions at our own release server
|
||||||
|
#'mempool_compatibility.py',
|
||||||
'rpc_deriveaddresses.py',
|
'rpc_deriveaddresses.py',
|
||||||
'rpc_deriveaddresses.py --usecli',
|
'rpc_deriveaddresses.py --usecli',
|
||||||
'p2p_ping.py',
|
'p2p_ping.py',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue