Adding a WAR ROOM Skip for test_directory_clean_require_with_name

This commit is contained in:
Gareth J. Greenaway 2019-07-23 11:33:08 -07:00
parent 048c09754e
commit 362b84a945
No known key found for this signature in database
GPG Key ID: 10B62F8A7CAD7A41

View File

@ -1211,6 +1211,7 @@ class FileTest(ModuleCase, SaltReturnAssertsMixin):
self.assertTrue(os.path.exists(good_file))
self.assertFalse(os.path.exists(wrong_file))
@skipIf(salt.utils.platform.is_darwin(), 'WAR ROOM TEMPORARY SKIP, Test is flaky on macosx')
@with_tempdir()
def test_directory_clean_require_with_name(self, name):
'''