mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Mark lxd_container integration tests as flaky
This commit is contained in:
parent
a152f979aa
commit
045bb0df1d
@ -5,10 +5,14 @@ Integration tests for the lxd states
|
||||
# Import Python Libs
|
||||
from __future__ import absolute_import, print_function, unicode_literals
|
||||
|
||||
# Import Salt Testing libs
|
||||
from tests.support.helpers import flaky
|
||||
|
||||
# Import Lxd Test Case
|
||||
import tests.integration.states.test_lxd
|
||||
|
||||
|
||||
@flaky
|
||||
class LxdContainerTestCase(tests.integration.states.test_lxd.LxdTestCase):
|
||||
|
||||
def setUp(self):
|
||||
|
Loading…
Reference in New Issue
Block a user