Merge pull request #44974 from twangboy/win_skip_test_parsers

Skip test_log_created on Windows
This commit is contained in:
Nicole Thomas 2017-12-14 08:59:24 -05:00 committed by GitHub
commit f0c2cf3cec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -489,6 +489,7 @@ class LogSettingsParserTests(TestCase):
# Check log file logger
self.assertEqual(self.log_setup.log_level_logfile, log_level_logfile)
@skipIf(salt.utils.is_windows(), 'Windows uses a logging listener')
def test_log_created(self):
'''
Tests that log file is created