mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Skip IPC transport tests in Windows, not supported
This commit is contained in:
parent
2dc3e5c42a
commit
4e0359b603
1 changed files with 2 additions and 0 deletions
|
@ -26,10 +26,12 @@ from salt.ext.six.moves import range
|
|||
# Import Salt Testing libs
|
||||
from tests.support.mock import MagicMock
|
||||
from tests.support.paths import TMP
|
||||
from tests.support.unit import skipIf
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
@skipIf(salt.utils.is_windows(), 'Windows does not support Posix IPC')
|
||||
class BaseIPCReqCase(tornado.testing.AsyncTestCase):
|
||||
'''
|
||||
Test the req server/client pair
|
||||
|
|
Loading…
Add table
Reference in a new issue