aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2018-10-07 09:30:45 +0900
committerJohn Newbery <john@johnnewbery.com>2018-10-07 09:32:50 +0900
commit42a995ae4819ea472b211eb5088727a422fcbeb8 (patch)
treec45be4914e51ce737404e8537eb318cd09738634 /test/functional/test_runner.py
parentf504a1402afd0760e9d348ecc8bad0094aa7d705 (diff)
downloadbitcoin-42a995ae4819ea472b211eb5088727a422fcbeb8.tar.xz
[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-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 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',