Skip to content

Commit

Permalink
Merge pull request #49448 from rallytime/bp-49400
Browse files Browse the repository at this point in the history
Back-port #49400 to 2018.3.3
  • Loading branch information
Nicole Thomas committed Aug 30, 2018
2 parents d6ddcab + b953fe0 commit 38713e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integration/modules/test_saltutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@

# 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):
Expand Down Expand Up @@ -172,6 +174,7 @@ class SaltUtilSyncPillarTest(ModuleCase):
Testcase for the saltutil sync pillar module
'''

@flaky
def test_pillar_refresh(self):
'''
test pillar refresh module
Expand Down

0 comments on commit 38713e2

Please sign in to comment.