diff options
| author | John Newbery <[email protected]> | 2018-10-07 09:30:45 +0900 |
|---|---|---|
| committer | John Newbery <[email protected]> | 2018-10-07 09:32:50 +0900 |
| commit | 42a995ae4819ea472b211eb5088727a422fcbeb8 (patch) | |
| tree | c45be4914e51ce737404e8537eb318cd09738634 /test/functional/test_runner.py | |
| parent | Merge #14395: Fix typos and cleanup (diff) | |
| download | discoin-42a995ae4819ea472b211eb5088727a422fcbeb8.tar.xz discoin-42a995ae4819ea472b211eb5088727a422fcbeb8.zip | |
[tests] Remove rpc_zmq.py
rpc_zmq.py is racy and fails intermittently. Remove that test file and
move the getzmqnotifications RPC test into interface_zmq.py
Diffstat (limited to 'test/functional/test_runner.py')
| -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 d9960460d..c6d157420 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -152,7 +152,6 @@ BASE_SCRIPTS = [ 'feature_versionbits_warning.py', 'rpc_preciousblock.py', 'wallet_importprunedfunds.py', - 'rpc_zmq.py', 'rpc_signmessage.py', 'feature_nulldummy.py', 'mempool_accept.py', |