mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #40210 from rallytime/test-skip
Skip flaky test for now
This commit is contained in:
commit
e9a4e8548b
1 changed files with 1 additions and 0 deletions
|
@ -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):
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue