Merge pull request #49400 from rallytime/flaky-pillar-test

Mark pillar refresh test as flaky
This commit is contained in:
Nicole Thomas 2018-08-29 14:12:50 -04:00 committed by GitHub
commit 23610edba1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,10 +11,12 @@ import textwrap
# Import Salt Testing libs
from tests.support.case import ModuleCase
from tests.support.helpers import flaky
from tests.support.paths import TMP_PILLAR_TREE
# Import Salt Libs
import salt.utils.files
import salt.utils.stringutils
class SaltUtilModuleTest(ModuleCase):
@ -172,6 +174,7 @@ class SaltUtilSyncPillarTest(ModuleCase):
Testcase for the saltutil sync pillar module
'''
@flaky
def test_pillar_refresh(self):
'''
test pillar refresh module