mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #33144 from rallytime/merge-2015.8
[2015.8] Merge forward from 2015.5 to 2015.8
This commit is contained in:
commit
2800762b44
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,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