mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #44737 from twangboy/win_skip_test_ipc
Skip `unit.transport.test_ipc` for Windows
This commit is contained in:
commit
7bde48282e
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