mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Mark it a destructive test
This commit is contained in:
parent
9da7090907
commit
c97ea995a8
1 changed files with 1 additions and 0 deletions
|
@ -320,6 +320,7 @@ class WinFileCheckPermsTestCase(TestCase, LoaderModuleMockMixin):
|
|||
reset=True)
|
||||
self.assertDictEqual(expected, ret)
|
||||
|
||||
@destructiveTest
|
||||
@skipIf(sys.getwindowsversion().major < 6, 'Symlinks not supported')
|
||||
def test_issue_52002_check_file_remove_symlink(self):
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue