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:
Daniel Wozniak 2019-07-25 14:03:48 -07:00 committed by GitHub
commit 32fec662fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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