mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #49400 from rallytime/flaky-pillar-test
Mark pillar refresh test as flaky
This commit is contained in:
commit
23610edba1
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue