Merge pull request #47770 from rallytime/bp-47769

Back-port #47769 to 2018.3.1
This commit is contained in:
Nicole Thomas 2018-05-22 13:27:19 -04:00 committed by GitHub
commit 4adf10b20b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -249,6 +249,7 @@ class CMDMODTestCase(TestCase, LoaderModuleMockMixin):
self.assertRaises(CommandExecutionError, cmdmod._run, 'foo')
@skipIf(salt.utils.platform.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