Skip to content

Commit

Permalink
[tests] Remove bip9-softforks.py
Browse files Browse the repository at this point in the history
bip9-sofforks.py was intended to be a generic test for versionbits
deployments. However, it only tests CSV activation and was not updated
to test segwit activation. CSV activation is tested by
bip68-112-113-p2p.py, so this test is duplicated effort.

Rather than try to update it to use the BitcoinTestFramework, just
remove it.
  • Loading branch information
jnewbery committed Apr 2, 2018
1 parent 18815b4 commit e80c640
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 284 deletions.
283 changes: 0 additions & 283 deletions test/functional/feature_bip9_softforks.py

This file was deleted.

1 change: 0 additions & 1 deletion test/functional/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@
'mining_getblocktemplate_longpoll.py',
'p2p_timeouts.py',
# vv Tests less than 60s vv
'feature_bip9_softforks.py',
'p2p_feefilter.py',
'rpc_bind.py',
# vv Tests less than 30s vv
Expand Down

0 comments on commit e80c640

Please sign in to comment.