mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Disable test
There's a race condition in here somewhere. Disabling and tracking issue elsewhere.
This commit is contained in:
parent
81f29006f2
commit
46901c6e65
1 changed files with 1 additions and 0 deletions
|
@ -324,6 +324,7 @@ class TestMinionSaltAPIHandler(SaltnadoTestCase):
|
|||
application.event_listener = saltnado.EventListener({}, self.opts)
|
||||
return application
|
||||
|
||||
@skipIf(True, 'issue #34753')
|
||||
def test_get_no_mid(self):
|
||||
response = self.fetch('/minions',
|
||||
method='GET',
|
||||
|
|
Loading…
Add table
Reference in a new issue