Merge pull request #33141 from jtand/disable_local_pkg_install_test

Skipping salt-call --local test
This commit is contained in:
Nicole Thomas 2016-05-10 11:05:17 -06:00
commit 6cd1641840

View file

@ -85,6 +85,7 @@ class CallTest(integration.ShellCase, integration.ShellCaseCommonTestsMixIn):
self.assertIn('Succeeded: 1', ''.join(out))
@destructiveTest
@skipIf(True, 'Skipping due to off the wall failures and hangs on most os\'s. Will re-enable when fixed.')
@skipIf(sys.platform.startswith('win'), 'This test does not apply on Win')
def test_local_pkg_install(self):
'''