Skip to content

Commit 4f40716

Browse files
laanwjjtimon
authored andcommitted
test: Move reindex test to standard tests
This test finishes very quickly, so it should be part of the default set of tests in rpc-tests.
1 parent 36c97b4 commit 4f40716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/pull-tester/rpc-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ testScripts=(
3333
'signrawtransactions.py'
3434
'walletbackup.py'
3535
'nodehandling.py'
36+
'reindex.py'
3637
);
3738
testScriptsExt=(
3839
'bipdersig-p2p.py'
@@ -44,7 +45,6 @@ testScriptsExt=(
4445
'invalidateblock.py'
4546
'keypool.py'
4647
'receivedby.py'
47-
'reindex.py'
4848
'rpcbind_test.py'
4949
# 'script_test.py'
5050
'smartfees.py'

0 commit comments

Comments
 (0)