aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2017-11-30 13:29:38 -0500
committerJohn Newbery <john@johnnewbery.com>2018-04-02 13:45:58 -0400
commite80c640d789d4e2ccb5e2b131502d51fed2c176a (patch)
tree1e6a69956b1ab9535569cffef01f98636de5b6f4 /test/functional/test_runner.py
parent18815b4bfb20c9c1112e547217662529d81e4393 (diff)
downloadbitcoin-e80c640d789d4e2ccb5e2b131502d51fed2c176a.tar.xz
[tests] Remove bip9-softforks.py
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.
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index 3cae4b1df3..518c16b5f1 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -159,7 +159,6 @@ EXTENDED_SCRIPTS = [
'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