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:
Andrew Poelstra 2020-12-13 22:24:32 +00:00
parent 6281c1917a
commit 3fc6e98277

View file

@ -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',