Mark it a destructive test

This commit is contained in:
twangboy 2019-06-10 18:04:09 -06:00
parent 9da7090907
commit c97ea995a8
No known key found for this signature in database
GPG Key ID: 93FF3BDEB278C9EB

View File

@ -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):
'''