mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Mark test_service_status_running as flaky
This commit is contained in:
parent
c69560ccb2
commit
74e944b178
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@ from __future__ import absolute_import
|
|||
|
||||
# Import Salt Testing libs
|
||||
from tests.support.case import ModuleCase
|
||||
from tests.support.helpers import destructiveTest
|
||||
from tests.support.helpers import destructiveTest, flaky
|
||||
from tests.support.unit import skipIf
|
||||
|
||||
# Import Salt libs
|
||||
|
@ -58,6 +58,7 @@ class ServiceModuleTest(ModuleCase):
|
|||
self.run_function('service.disable', [self.service_name])
|
||||
del self.service_name
|
||||
|
||||
@flaky
|
||||
def test_service_status_running(self):
|
||||
'''
|
||||
test service.status execution module
|
||||
|
|
Loading…
Add table
Reference in a new issue