mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
skip salt-key log creation test
This commit is contained in:
parent
6a379195bc
commit
3bb58fb577
1 changed files with 3 additions and 0 deletions
|
@ -502,6 +502,9 @@ class LogSettingsParserTests(TestCase):
|
|||
opts.update({log_file_name:
|
||||
getattr(self, log_file_name)})
|
||||
|
||||
if log_file_name is 'key_logfile':
|
||||
self.skipTest('salt-key creates log file outside of parse_args.')
|
||||
|
||||
parser = self.parser()
|
||||
with patch(self.config_func, MagicMock(return_value=opts)):
|
||||
parser.parse_args(args)
|
||||
|
|
Loading…
Add table
Reference in a new issue