Mark test_service_status_running as flaky

This commit is contained in:
twangboy 2018-09-04 15:15:31 -06:00
parent c69560ccb2
commit 74e944b178
No known key found for this signature in database
GPG key ID: 93FF3BDEB278C9EB

View file

@ -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