mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #33141 from jtand/disable_local_pkg_install_test
Skipping salt-call --local test
This commit is contained in:
commit
6cd1641840
1 changed files with 1 additions and 0 deletions
|
@ -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):
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue