diff options
author | John Newbery <john@johnnewbery.com> | 2018-10-07 09:30:45 +0900 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2018-10-07 09:32:50 +0900 |
commit | 42a995ae4819ea472b211eb5088727a422fcbeb8 (patch) | |
tree | c45be4914e51ce737404e8537eb318cd09738634 /test/functional/test_runner.py | |
parent | f504a1402afd0760e9d348ecc8bad0094aa7d705 (diff) |
[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 d9960460d9..c6d1574201 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', |