[QA] remove rawtransactions.py from the extended test list

rawtransactions.py is already in the standard test list
This commit is contained in:
Jonas Schnelli
2015-07-10 21:14:33 +02:00
parent 6ed38b0b8f
commit 9da8fc8f26
2 changed files with 1 additions and 2 deletions

View File

@ -54,7 +54,6 @@ testScriptsExt=(
'smartfees.py'
'maxblocksinflight.py'
'invalidblockrequest.py'
'rawtransactions.py'
# 'forknotify.py'
'p2p-acceptblock.py'
);