Skip to content

Commit c530c15

Browse files
author
MarcoFalke
committed
Merge #10023: [tests] remove maxblocksinflight.py (functionality covered by other test)
5f4bcf2 [tests] Remove maxblocksinflight testcase (John Newbery) Tree-SHA512: 827c8b12f4b52684a973bbfc508c5906e640572e22a96b9420a7aea86ad8d4aa4d6fcc2bb091f747e2fdd18c897e0456baff254bd5e3ceaf721bd3f09a2fd60b
2 parents 2723bcd + 5f4bcf2 commit c530c15

File tree

3 files changed

+1
-95
lines changed

3 files changed

+1
-95
lines changed

test/functional/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ thread.)
5959
* RPC calls are available in p2p tests.
6060

6161
* Can be used to write free-form tests, where specific p2p-protocol behavior
62-
is tested. Examples: ```p2p-accept-block.py```, ```maxblocksinflight.py```.
62+
is tested. Examples: ```p2p-accept-block.py```, ```p2p-compactblocks.py```.
6363

6464
## Comptool
6565

test/functional/maxblocksinflight.py

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

test/functional/test_runner.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@
143143
'txn_clone.py --mineblock',
144144
'forknotify.py',
145145
'invalidateblock.py',
146-
'maxblocksinflight.py',
147146
'p2p-acceptblock.py',
148147
'replace-by-fee.py',
149148
]

0 commit comments

Comments
 (0)