mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Ah! Almost forgot the destructive test decorators
This commit is contained in:
parent
1dd6fd45bc
commit
aacf7ee6ac
@ -88,7 +88,7 @@ class MacUserModuleTest(integration.ModuleCase):
|
||||
except CommandExecutionError:
|
||||
raise
|
||||
|
||||
# @destructiveTest
|
||||
@destructiveTest
|
||||
@skipIf(os.geteuid() != 0, 'You must be logged in as root to run this test')
|
||||
@requires_system_grains
|
||||
def tearDown(self, grains=None):
|
||||
|
Loading…
Reference in New Issue
Block a user