mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
These should not be considered destructive tests
(cherry picked from commit 479439ab99
)
This commit is contained in:
parent
475404d14b
commit
68a12d50d0
1 changed files with 1 additions and 2 deletions
|
@ -12,7 +12,7 @@ import textwrap
|
|||
# Import Salt Testing libs
|
||||
from tests.support.case import ModuleCase
|
||||
from tests.support.paths import PILLAR_DIR
|
||||
from tests.support.helpers import destructiveTest, flaky
|
||||
from tests.support.helpers import flaky
|
||||
|
||||
# Import Salt libs
|
||||
import salt.utils.files
|
||||
|
@ -21,7 +21,6 @@ import salt.utils.files
|
|||
BLACKOUT_PILLAR = os.path.join(PILLAR_DIR, 'base', 'blackout.sls')
|
||||
|
||||
|
||||
@destructiveTest
|
||||
class MinionBlackoutTestCase(ModuleCase):
|
||||
'''
|
||||
Test minion blackout functionality
|
||||
|
|
Loading…
Add table
Reference in a new issue