Merge pull request #34754 from cachedout/disable_mid_test

Disable test
This commit is contained in:
Mike Place 2016-07-18 12:40:50 -06:00 committed by GitHub
commit f19caac8e4

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