mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Mark status test as flaky
This commit is contained in:
parent
af80e64569
commit
0f322bb39f
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@ import random
|
|||
|
||||
# Import Salt Testing libs
|
||||
from tests.support.case import ModuleCase
|
||||
from tests.support.helpers import flaky
|
||||
from tests.support.unit import skipIf
|
||||
|
||||
# Import Salt libs
|
||||
|
@ -18,6 +19,7 @@ class StatusModuleTest(ModuleCase):
|
|||
Test the status module
|
||||
'''
|
||||
@skipIf(salt.utils.platform.is_windows(), 'minion is windows')
|
||||
@flaky
|
||||
def test_status_pid(self):
|
||||
'''
|
||||
status.pid
|
||||
|
|
Loading…
Add table
Reference in a new issue