aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorMartin Zumsande <mzumsande@gmail.com>2023-11-06 15:07:45 -0500
committerMartin Zumsande <mzumsande@gmail.com>2023-11-08 17:34:50 -0500
commit35fb9930adb3501b29d3ad20d2e74c0114f2bcbe (patch)
tree775edc5d093691cb40d65a0ae9951207f10c81fc /test/functional/test_runner.py
parent2c1669c37a9759e15ff5f4e340aeaa8778a81b9a (diff)
downloadbitcoin-35fb9930adb3501b29d3ad20d2e74c0114f2bcbe.tar.xz
test: enable v2 transport for p2p_timeouts.py
by skipping the part where we send a non-version message before the version - this message would be interpreted as part of the v2 handshake.
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index 320e0abf10..a935442595 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -153,6 +153,7 @@ BASE_SCRIPTS = [
'p2p_invalid_messages.py',
'rpc_createmultisig.py',
'p2p_timeouts.py',
+ 'p2p_timeouts.py --v2transport',
'wallet_dump.py --legacy-wallet',
'rpc_signer.py',
'wallet_signer.py --descriptors',