mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Enabling zmq_monitor
makes the test test_req_server_garbage_request
hang
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
6c9dc08bb1
commit
e43d884db7
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ async def test_req_server_garbage_request(io_loop):
|
|||
RequestServers's message handler.
|
||||
"""
|
||||
opts = salt.config.master_config("")
|
||||
opts["zmq_monitor"] = True
|
||||
request_server = salt.transport.zeromq.RequestServer(opts)
|
||||
|
||||
def message_handler(payload):
|
||||
|
|
Loading…
Add table
Reference in a new issue