mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Skip test_log_created on Windows
This commit is contained in:
parent
dad2d723ca
commit
40665d7b08
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue