Merge pull request #44737 from twangboy/win_skip_test_ipc

Skip `unit.transport.test_ipc` for Windows
This commit is contained in:
Nicole Thomas 2017-11-29 14:18:20 -05:00 committed by GitHub
commit 7bde48282e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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