mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Adding a WAR ROOM Skip for test_directory_clean_require_with_name
This commit is contained in:
parent
048c09754e
commit
362b84a945
@ -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):
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user