mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Mark renderer test as flaky for mac tests
This commit is contained in:
parent
e5abe65b12
commit
2518beaf87
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@ from __future__ import absolute_import, unicode_literals, print_function
|
|||
|
||||
# Import Salt Testing libs
|
||||
from tests.support.case import ModuleCase
|
||||
from tests.support.helpers import flaky
|
||||
|
||||
|
||||
class TestJinjaRenderer(ModuleCase):
|
||||
|
@ -22,6 +23,7 @@ class TestJinjaRenderer(ModuleCase):
|
|||
for state_ret in ret.values():
|
||||
self.assertTrue(state_ret['result'])
|
||||
|
||||
@flaky
|
||||
def test_salt_contains_function(self):
|
||||
'''
|
||||
Test if we are able to check if a function exists inside the "salt"
|
||||
|
|
Loading…
Add table
Reference in a new issue