Skip IPC transport tests in Windows, not supported

This commit is contained in:
twangboy 2017-11-29 09:19:20 -07:00
parent 2dc3e5c42a
commit 4e0359b603
No known key found for this signature in database
GPG key ID: 93FF3BDEB278C9EB

View file

@ -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