Merge pull request #47769 from gtmanfred/2017.7.6

skip test that breaks test suite
This commit is contained in:
Nicole Thomas 2018-05-22 11:12:53 -04:00 committed by GitHub
commit 8c38ecd75f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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