mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
Disable tests that are not relevant for Elements
This commit is contained in:
parent
3a0b3b70a5
commit
3e7cff1e45
1 changed files with 6 additions and 3 deletions
|
|
@ -73,7 +73,8 @@ BASE_SCRIPTS = [
|
||||||
'wallet_hd.py',
|
'wallet_hd.py',
|
||||||
'wallet_backup.py',
|
'wallet_backup.py',
|
||||||
# vv Tests less than 5m vv
|
# vv Tests less than 5m vv
|
||||||
'mining_getblocktemplate_longpoll.py',
|
# ELEMENTS: no longpolling
|
||||||
|
#'mining_getblocktemplate_longpoll.py',
|
||||||
'feature_maxuploadtarget.py',
|
'feature_maxuploadtarget.py',
|
||||||
'feature_block.py',
|
'feature_block.py',
|
||||||
'rpc_fundrawtransaction.py',
|
'rpc_fundrawtransaction.py',
|
||||||
|
|
@ -94,7 +95,8 @@ BASE_SCRIPTS = [
|
||||||
'rpc_txoutproof.py',
|
'rpc_txoutproof.py',
|
||||||
'wallet_listreceivedby.py',
|
'wallet_listreceivedby.py',
|
||||||
'wallet_abandonconflict.py',
|
'wallet_abandonconflict.py',
|
||||||
'feature_csv_activation.py',
|
# ELEMENTS: no transitions in Elements
|
||||||
|
#'feature_csv_activation.py',
|
||||||
'rpc_rawtransaction.py',
|
'rpc_rawtransaction.py',
|
||||||
'wallet_address_types.py',
|
'wallet_address_types.py',
|
||||||
'feature_bip68_sequence.py',
|
'feature_bip68_sequence.py',
|
||||||
|
|
@ -145,7 +147,8 @@ BASE_SCRIPTS = [
|
||||||
'feature_rbf.py',
|
'feature_rbf.py',
|
||||||
'mempool_packages.py',
|
'mempool_packages.py',
|
||||||
'rpc_createmultisig.py',
|
'rpc_createmultisig.py',
|
||||||
'feature_versionbits_warning.py',
|
# ELEMENTS: no versionbits in use
|
||||||
|
#'feature_versionbits_warning.py',
|
||||||
'rpc_preciousblock.py',
|
'rpc_preciousblock.py',
|
||||||
'wallet_importprunedfunds.py',
|
'wallet_importprunedfunds.py',
|
||||||
'rpc_zmq.py',
|
'rpc_zmq.py',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue