Skip test_log_created on Windows

This commit is contained in:
twangboy 2017-12-13 14:12:07 -07:00
parent dad2d723ca
commit 40665d7b08
No known key found for this signature in database
GPG key ID: 93FF3BDEB278C9EB

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