mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Mark status test as flaky
This commit is contained in:
parent
af80e64569
commit
0f322bb39f
@ -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…
Reference in New Issue
Block a user