diff options
author | Dhruv Mehta <856960+dhruv@users.noreply.github.com> | 2021-02-05 12:10:39 -0800 |
---|---|---|
committer | Dhruv Mehta <856960+dhruv@users.noreply.github.com> | 2021-07-07 22:12:04 -0700 |
commit | eba5b1cd6460c98e75d0422bd394e12af7f11e4c (patch) | |
tree | baec67cf02248363c9e905f065c8af020201d6f5 /test/functional/test_runner.py | |
parent | 4129134e844f78a89f8515cf30dad4b6074703c7 (diff) |
[test] remove or move tests using `-segwitheight=-1`
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 ad1acd2e2f..4fcd171bf0 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -292,6 +292,7 @@ BASE_SCRIPTS = [ 'feature_blocksdir.py', 'wallet_startup.py', 'feature_config_args.py', + 'feature_presegwit_node_upgrade.py', 'feature_settings.py', 'rpc_getdescriptorinfo.py', 'rpc_addresses_deprecation.py', |