Merge pull request #40210 from rallytime/test-skip

Skip flaky test for now
This commit is contained in:
Mike Place 2017-03-22 10:34:40 -06:00 committed by GitHub
commit e9a4e8548b

View file

@ -524,6 +524,7 @@ class TestWebhookSaltAPIHandler(SaltnadoTestCase):
application.event_listener = saltnado.EventListener({}, self.opts)
return application
@skipIf(True, 'Skipping until we can devote more resources to debugging this test.')
def test_post(self):
def verify_event(future):
'''