Skip to content

Commit

Permalink
Disable known failing regression tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzbawls committed Jun 11, 2019
1 parent a5f887b commit 342f034
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions test/functional/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
'wallet_backup.py',
'p2p_pos_fakestake.py',
'p2p_pos_fakestake_accepted.py',
'p2p_zpos_fakestake.py',
'p2p_zpos_fakestake_accepted.py',
'zerocoin_wrapped_serials.py',
#'p2p_zpos_fakestake.py',
#'p2p_zpos_fakestake_accepted.py',
#'zerocoin_wrapped_serials.py',
# vv Tests less than 5m vv
'feature_block.py',
'rpc_fundrawtransaction.py',
#'feature_block.py',
#'rpc_fundrawtransaction.py',
# vv Tests less than 2m vv
'p2p_pos_doublespend.py',
'wallet_basic.py',
Expand All @@ -72,54 +72,54 @@
'rpc_listtransactions.py',
# vv Tests less than 60s vv
'wallet_zapwallettxes.py',
'wallet_importmulti.py',
#'wallet_importmulti.py',
#'mempool_limit.py', # We currently don't limit our mempool
'wallet_listreceivedby.py',
'wallet_abandonconflict.py',
#'wallet_abandonconflict.py',
'rpc_rawtransaction.py',
'feature_reindex.py',
'rpc_bip38.py',
# vv Tests less than 30s vv
'wallet_keypool_topup.py',
'interface_zmq.py',
#'interface_zmq.py',
'interface_bitcoin_cli.py',
'mempool_resurrect.py',
'wallet_txn_doublespend.py --mineblock',
'wallet_txn_clone.py --mineblock',
'rpc_getchaintips.py',
#'rpc_getchaintips.py',
'interface_rest.py',
'mempool_spend_coinbase.py',
'mempool_reorg.py',
#'mempool_persist.py', # Not yet implemented
'interface_http.py',
'rpc_users.py',
#'rpc_users.py',
'feature_proxy.py',
'rpc_signrawtransaction.py',
'p2p_disconnect_ban.py',
'rpc_decodescript.py',
'rpc_blockchain.py',
'rpc_deprecated.py',
#'rpc_deprecated.py',
'wallet_disable.py',
'rpc_net.py',
'wallet_keypool.py',
'p2p_mempool.py',
'mining_prioritisetransaction.py',
'p2p_invalid_block.py',
'p2p_invalid_tx.py',
#'p2p_mempool.py',
#'mining_prioritisetransaction.py',
#'p2p_invalid_block.py',
#'p2p_invalid_tx.py',
'rpc_signmessage.py',
'wallet_import_rescan.py',
'mining_basic.py',
'wallet_bumpfee.py',
'wallet_listsinceblock.py',
'p2p_leak.py',
#'wallet_import_rescan.py',
#'mining_basic.py',
#'wallet_bumpfee.py',
#'wallet_listsinceblock.py',
#'p2p_leak.py',
'wallet_encryption.py',
'feature_cltv.py',
'wallet_resendwallettransactions.py',
'feature_minchainwork.py',
'p2p_fingerprint.py',
#'feature_cltv.py',
#'wallet_resendwallettransactions.py',
#'feature_minchainwork.py',
#'p2p_fingerprint.py',
'feature_uacomment.py',
'p2p_unrequested_blocks.py',
'feature_config_args.py',
#'p2p_unrequested_blocks.py',
#'feature_config_args.py',
'feature_help.py',
# Don't append tests at the end to avoid merge conflicts
# Put them in a random line within the section that fits their approximate run-time
Expand All @@ -129,15 +129,15 @@
# These tests are not run by the travis build process.
# Longest test should go first, to favor running tests in parallel
# vv Tests less than 20m vv
'feature_fee_estimation.py',
#'feature_fee_estimation.py',
# vv Tests less than 5m vv
# vv Tests less than 2m vv
'p2p_timeouts.py',
#'p2p_timeouts.py',
# vv Tests less than 60s vv
'p2p_feefilter.py',
#'p2p_feefilter.py',
'rpc_bind.py',
# vv Tests less than 30s vv
'example_test.py',
#'example_test.py',
'feature_notifications.py',
'rpc_invalidateblock.py',
]
Expand Down

0 comments on commit 342f034

Please sign in to comment.