Add functional test for blockfilterindex in prune-mode

This commit is contained in:
Jonas Schnelli
2020-12-10 11:43:46 +01:00
parent c286a22f7b
commit ab3a0a2fb9
2 changed files with 50 additions and 0 deletions

View File

@@ -288,6 +288,7 @@ BASE_SCRIPTS = [
'feature_help.py',
'feature_shutdown.py',
'p2p_ibd_txrelay.py',
'feature_blockfilterindex_prune.py'
# Don't append tests at the end to avoid merge conflicts
# Put them in a random line within the section that fits their approximate run-time
]