Mark renderer test as flaky for mac tests

This commit is contained in:
Daniel A. Wozniak 2019-01-11 12:39:20 -07:00
parent e5abe65b12
commit 2518beaf87
No known key found for this signature in database
GPG key ID: 166B9D2C06C82D61

View file

@ -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"