mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge branch '2017.7.6' into '2017.7'
No conflicts.
This commit is contained in:
commit
17596f3025
1 changed files with 1 additions and 0 deletions
|
@ -220,6 +220,7 @@ class CMDMODTestCase(TestCase, LoaderModuleMockMixin):
|
|||
self.assertRaises(CommandExecutionError, cmdmod._run, 'foo')
|
||||
|
||||
@skipIf(salt.utils.is_windows(), 'Do not run on Windows')
|
||||
@skipIf(True, 'Test breaks unittests runs')
|
||||
def test_run(self):
|
||||
'''
|
||||
Tests end result when a command is not found
|
||||
|
|
Loading…
Add table
Reference in a new issue