mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
skip salt-key log creation test
This commit is contained in:
parent
6a379195bc
commit
3bb58fb577
@ -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…
Reference in New Issue
Block a user