mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Disable init script test temporarily
This will be re-enabled later on.
This commit is contained in:
parent
ca000606b3
commit
59dbb05db6
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@ import shutil
|
|||
import logging
|
||||
|
||||
# Import Salt Testing libs
|
||||
from salttesting import skipIf
|
||||
from salttesting.helpers import ensure_in_syspath
|
||||
ensure_in_syspath('../../')
|
||||
|
||||
|
@ -219,6 +220,7 @@ class MinionTest(integration.ShellCase, testprogram.TestProgramCase, integration
|
|||
|
||||
return _minions, salt_call, init_script
|
||||
|
||||
@skipIf(True, 'Disabled. Test suite hanging')
|
||||
def test_linux_initscript(self):
|
||||
'''
|
||||
Various tests of the init script to verify that it properly controls a salt minion.
|
||||
|
|
Loading…
Add table
Reference in a new issue