These tests aren't destructive

This commit is contained in:
Pedro Algarvio 2019-04-11 14:35:32 +01:00
parent 5c7a956364
commit 4a072fe191
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -13,7 +13,7 @@ import pprint
# Import Salt Testing libs
from tests.support.case import ModuleCase
from tests.support.unit import skipIf
from tests.support.helpers import destructiveTest, flaky
from tests.support.helpers import flaky
log = logging.getLogger(__name__)
@ -146,7 +146,6 @@ class TestModulesGrains(ModuleCase):
get_grain, int, msg='grain: {0} is not an int or empty'.format(grain))
@destructiveTest
class GrainsAppendTestCase(ModuleCase):
'''
Tests written specifically for the grains.append function.