Skip to content

Commit

Permalink
Merge pull request #4 from bytzck/test_runner-fix
Browse files Browse the repository at this point in the history
Update test_runner to run tokens in main check and det. mns in extended
  • Loading branch information
celbalrai authored Jul 19, 2021
2 parents d14c19f + 27fa445 commit 7225152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
BASE_SCRIPTS= [
# Scripts that are run by the travis build process.
# Longest test should go first, to favor running tests in parallel
'feature_dip3_deterministicmns.py', # NOTE: needs bytz_hash to pass
#'feature_block_reward_reallocation.py',
'wallet_hd.py',
'wallet_backup.py',
Expand Down Expand Up @@ -100,6 +99,7 @@
'wallet_keypool_topup.py',
#'interface_zmq_bytz.py',
#'interface_zmq.py',
'rpc_token_test_pt1.py',
'interface_bitcoin_cli.py',
#'mempool_resurrect.py',
#'wallet_txn_doublespend.py --mineblock',
Expand Down Expand Up @@ -184,9 +184,9 @@
#'feature_fee_estimation.py',
#'feature_llmq_data_recovery.py',
# vv Tests less than 5m vv
'rpc_token_test_pt1.py',
#'feature_maxuploadtarget.py',
#'wallet_listsinceblock.py',
'feature_dip3_deterministicmns.py', # NOTE: needs bytz_hash to pass
'wallet_listreceivedby.py',
#'mempool_packages.py',
#'feature_dbcrash.py',
Expand Down

0 comments on commit 7225152

Please sign in to comment.