From 3e7cff1e45762c72e13a06abca14bb0aadb34cab Mon Sep 17 00:00:00 2001 From: Steven Roose Date: Wed, 27 Feb 2019 15:42:54 +0000 Subject: [PATCH] Disable tests that are not relevant for Elements --- test/functional/test_runner.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index 4453ee2aa0..275a438679 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -73,7 +73,8 @@ '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 @@ '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 @@ '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',