mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
Mark it a destructive test
This commit is contained in:
parent
9da7090907
commit
c97ea995a8
@ -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…
Reference in New Issue
Block a user