mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix blackout tests afer refactor
This commit is contained in:
parent
ae1bec97b7
commit
3c788180ff
1 changed files with 0 additions and 2 deletions
|
@ -198,8 +198,6 @@ def ipc_publish_server(node, opts):
|
|||
opts["sock_dir"], "minion_event_{}_pull.ipc".format(id_hash)
|
||||
),
|
||||
)
|
||||
if os.path.exists(pub_path):
|
||||
os.unlink(pub_path)
|
||||
return publish_server(opts, **kwargs)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue