aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorSuhas Daftuar <sdaftuar@gmail.com>2019-01-31 16:06:07 -0500
committerSuhas Daftuar <sdaftuar@gmail.com>2019-06-05 05:05:49 -0400
commita47df13471e3168e2e02023fb20cdf2414141b36 (patch)
treecbffdfc1b112d92fa1abb83f0e4082f171007bfa /test/functional/test_runner.py
parent4433ed0f730cfd60eeba3694ff3c283ce2c0c8ee (diff)
downloadbitcoin-a47df13471e3168e2e02023fb20cdf2414141b36.tar.xz
[qa] Test disconnect block failure -> shutdown
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 5c92370b85..2a6691a66e 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -102,6 +102,7 @@ BASE_SCRIPTS = [
'feature_bip68_sequence.py',
'p2p_feefilter.py',
'feature_reindex.py',
+ 'feature_abortnode.py',
# vv Tests less than 30s vv
'wallet_keypool_topup.py',
'interface_zmq.py',