From c97ea995a8562f3be3712b4d4e6a841f97297368 Mon Sep 17 00:00:00 2001 From: twangboy Date: Mon, 10 Jun 2019 18:04:09 -0600 Subject: [PATCH] Mark it a destructive test --- tests/unit/modules/test_win_file.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/modules/test_win_file.py b/tests/unit/modules/test_win_file.py index e56ad0283c..ea2eebd64f 100644 --- a/tests/unit/modules/test_win_file.py +++ b/tests/unit/modules/test_win_file.py @@ -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): '''