Disable tests that are not relevant for Elements

This commit is contained in:
Steven Roose 2019-02-27 15:42:54 +00:00
parent 3a0b3b70a5
commit 3e7cff1e45
No known key found for this signature in database
GPG key ID: 7FC91380BB4CE800

View file

@ -73,7 +73,8 @@ BASE_SCRIPTS = [
'wallet_hd.py',
'wallet_backup.py',
# vv Tests less than 5m vv
'mining_getblocktemplate_longpoll.py',
# ELEMENTS: no longpolling
#'mining_getblocktemplate_longpoll.py',
'feature_maxuploadtarget.py',
'feature_block.py',
'rpc_fundrawtransaction.py',
@ -94,7 +95,8 @@ BASE_SCRIPTS = [
'rpc_txoutproof.py',
'wallet_listreceivedby.py',
'wallet_abandonconflict.py',
'feature_csv_activation.py',
# ELEMENTS: no transitions in Elements
#'feature_csv_activation.py',
'rpc_rawtransaction.py',
'wallet_address_types.py',
'feature_bip68_sequence.py',
@ -145,7 +147,8 @@ BASE_SCRIPTS = [
'feature_rbf.py',
'mempool_packages.py',
'rpc_createmultisig.py',
'feature_versionbits_warning.py',
# ELEMENTS: no versionbits in use
#'feature_versionbits_warning.py',
'rpc_preciousblock.py',
'wallet_importprunedfunds.py',
'rpc_zmq.py',