mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
mark orchestration state tests as flaky
This commit is contained in:
parent
f8c55b85e1
commit
f518bd3efc
1 changed files with 2 additions and 2 deletions
|
@ -30,6 +30,7 @@ import salt.utils.event
|
|||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
@flaky
|
||||
class StateRunnerTest(ShellCase):
|
||||
'''
|
||||
Test the state runner.
|
||||
|
@ -84,7 +85,6 @@ class StateRunnerTest(ShellCase):
|
|||
assert os.path.exists('/tmp/ewu-2016-12-13') is False
|
||||
assert code != 0
|
||||
|
||||
@flaky
|
||||
def test_orchestrate_target_exists(self):
|
||||
'''
|
||||
test orchestration when target exists
|
||||
|
@ -110,7 +110,6 @@ class StateRunnerTest(ShellCase):
|
|||
for item in out:
|
||||
assert item in ret
|
||||
|
||||
@flaky
|
||||
def test_orchestrate_target_doesnt_exist(self):
|
||||
'''
|
||||
test orchestration when target doesn't exist
|
||||
|
@ -190,6 +189,7 @@ class StateRunnerTest(ShellCase):
|
|||
|
||||
|
||||
@skipIf(salt.utils.is_windows(), '*NIX-only test')
|
||||
@flaky
|
||||
class OrchEventTest(ShellCase):
|
||||
'''
|
||||
Tests for orchestration events
|
||||
|
|
Loading…
Add table
Reference in a new issue