mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +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
6281c1917a
commit
3fc6e98277
1 changed files with 7 additions and 4 deletions
|
|
@ -219,8 +219,9 @@ BASE_SCRIPTS = [
|
|||
'example_test.py',
|
||||
'wallet_txn_doublespend.py',
|
||||
'wallet_txn_doublespend.py --descriptors',
|
||||
'feature_backwards_compatibility.py',
|
||||
'feature_backwards_compatibility.py --descriptors',
|
||||
# ELEMENTS: need to point past versions at our own release server
|
||||
#'feature_backwards_compatibility.py',
|
||||
#'feature_backwards_compatibility.py --descriptors',
|
||||
'wallet_txn_clone.py --mineblock',
|
||||
# ELEMENTS: needs to be fixed
|
||||
#'feature_notifications.py',
|
||||
|
|
@ -250,7 +251,8 @@ BASE_SCRIPTS = [
|
|||
'wallet_import_rescan.py --legacy-wallet',
|
||||
'wallet_import_with_label.py --legacy-wallet',
|
||||
'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 --ipv6',
|
||||
'rpc_bind.py --nonloopback',
|
||||
|
|
@ -291,7 +293,8 @@ BASE_SCRIPTS = [
|
|||
'feature_includeconf.py',
|
||||
'feature_asmap.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 --usecli',
|
||||
'p2p_ping.py',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue