mark orchestration state tests as flaky

This commit is contained in:
Daniel Wallace 2018-08-22 11:06:22 -05:00 committed by rallytime
parent af80e64569
commit 720b671dda
No known key found for this signature in database
GPG key ID: E8F1A4B90D0DEA19

View file

@ -38,6 +38,7 @@ from salt.ext.six.moves import queue
log = logging.getLogger(__name__)
@flaky
class StateRunnerTest(ShellCase):
'''
Test the state runner.
@ -51,7 +52,6 @@ class StateRunnerTest(ShellCase):
q.put(ret)
q.task_done()
@flaky
def test_orchestrate_output(self):
'''
Ensure the orchestrate runner outputs useful state data.
@ -284,6 +284,7 @@ class StateRunnerTest(ShellCase):
@skipIf(salt.utils.platform.is_windows(), '*NIX-only test')
@flaky
class OrchEventTest(ShellCase):
'''
Tests for orchestration events