diff options
author | Amiti Uttarwar <amiti@uttarwar.org> | 2020-04-27 14:52:10 -0700 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2020-04-29 19:34:01 -0400 |
commit | 2f032556e08a04807c71eb02104ca9589eaadf1b (patch) | |
tree | f2a0a0994c1136b3f43031a910acb617731434b3 /test/functional/test_runner.py | |
parent | e257cf71c851e25e1a533bf1d4296f6b55c81332 (diff) |
[test] test that an invalid GETDATA doesn't prevent processing of future messages
Co-Authored-By: John Newbery <john@johnnewbery.com>
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-x | test/functional/test_runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index b8523e16b7..c60bc3761d 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -151,6 +151,7 @@ BASE_SCRIPTS = [ 'rpc_deprecated.py', 'wallet_disable.py', 'p2p_addr_relay.py', + 'p2p_getdata.py', 'rpc_net.py', 'wallet_keypool.py', 'wallet_keypool.py --descriptors', |