[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
This commit is contained in:
John Newbery
2018-10-07 09:30:45 +09:00
parent f504a1402a
commit 42a995ae48
3 changed files with 13 additions and 41 deletions

View File

@@ -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',