diff options
| author | Jonas Schnelli <[email protected]> | 2017-07-21 15:48:30 +0200 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2017-07-21 15:59:06 +0200 |
| commit | 44eb9d406ab131b628a3113181d6198b205d83ac (patch) | |
| tree | 7d41275cf11c2c0e4d2179a1858be44262e93a2b | |
| parent | Merge #10604: [wallet] [tests] Add listwallets RPC, include wallet name in `g... (diff) | |
| download | discoin-44eb9d406ab131b628a3113181d6198b205d83ac.tar.xz discoin-44eb9d406ab131b628a3113181d6198b205d83ac.zip | |
[QA] Avoid running multiwallet.py twice
| -rwxr-xr-x | test/functional/test_runner.py | 1 |
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', |