Mark lxd_container integration tests as flaky

This commit is contained in:
rallytime 2018-10-17 10:28:17 -04:00
parent a152f979aa
commit 045bb0df1d
No known key found for this signature in database
GPG Key ID: E8F1A4B90D0DEA19

View File

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