mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +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:
|
except CommandExecutionError:
|
||||||
raise
|
raise
|
||||||
|
|
||||||
# @destructiveTest
|
@destructiveTest
|
||||||
@skipIf(os.geteuid() != 0, 'You must be logged in as root to run this test')
|
@skipIf(os.geteuid() != 0, 'You must be logged in as root to run this test')
|
||||||
@requires_system_grains
|
@requires_system_grains
|
||||||
def tearDown(self, grains=None):
|
def tearDown(self, grains=None):
|
||||||
|
Loading…
Reference in New Issue
Block a user