mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
These tests aren't destructive
This commit is contained in:
parent
5c7a956364
commit
4a072fe191
1 changed files with 1 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue