Skip to content

Commit 02f1e98

Browse files
jnewberycodablock
authored andcommitted
[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.
1 parent e890851 commit 02f1e98

File tree

2 files changed

+0
-283
lines changed

2 files changed

+0
-283
lines changed

test/functional/bip9-softforks.py

Lines changed: 0 additions & 282 deletions
This file was deleted.

test/functional/test_runner.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@
157157
'getblocktemplate_longpoll.py', # FIXME: "socket.error: [Errno 54] Connection reset by peer" on my Mac, same as https://github.com/bitcoin/bitcoin/issues/6651
158158
'p2p-timeouts.py',
159159
# vv Tests less than 60s vv
160-
'bip9-softforks.py',
161160
'rpcbind_test.py',
162161
# vv Tests less than 30s vv
163162
'assumevalid.py',

0 commit comments

Comments
 (0)