mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #53970 from garethgreenaway/osx_skip_test_directory_clean_require_with_name
[2019.2.1] Adding a WAR ROOM Skip for test_directory_clean_require_with_name
This commit is contained in:
commit
32fec662fc
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue