Disable test

There's a race condition in here somewhere. Disabling and tracking issue elsewhere.
This commit is contained in:
Mike Place 2016-07-18 12:39:49 -06:00
parent 81f29006f2
commit 46901c6e65

View file

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