aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Schnelli <[email protected]>2017-07-21 15:48:30 +0200
committerJonas Schnelli <[email protected]>2017-07-21 15:59:06 +0200
commit44eb9d406ab131b628a3113181d6198b205d83ac (patch)
tree7d41275cf11c2c0e4d2179a1858be44262e93a2b
parentMerge #10604: [wallet] [tests] Add listwallets RPC, include wallet name in `g... (diff)
downloaddiscoin-44eb9d406ab131b628a3113181d6198b205d83ac.tar.xz
discoin-44eb9d406ab131b628a3113181d6198b205d83ac.zip
[QA] Avoid running multiwallet.py twice
-rwxr-xr-xtest/functional/test_runner.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index c158eaa34..a043560ea 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -63,7 +63,6 @@ BASE_SCRIPTS= [
'segwit.py',
# vv Tests less than 2m vv
'wallet.py',
- 'multiwallet.py',
'wallet-accounts.py',
'p2p-segwit.py',
'wallet-dump.py',