mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Test requires root permissions
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
1f1420aa0b
commit
1826c9cf67
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ class StatusModuleTest(ModuleCase):
|
|||
self.assertTrue(isinstance(ret, int))
|
||||
|
||||
@pytest.mark.slow_test
|
||||
@pytest.mark.skip_if_not_root
|
||||
def test_status_diskusage(self):
|
||||
"""
|
||||
status.diskusage
|
||||
|
|
Loading…
Add table
Reference in a new issue