mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
commit
51e765078a
@ -19,7 +19,7 @@ import salt.transport.client
|
||||
import salt.exceptions
|
||||
|
||||
# Import Salt Testing libs
|
||||
from salttesting import TestCase
|
||||
from salttesting import TestCase, skipIf
|
||||
from salttesting.helpers import ensure_in_syspath
|
||||
ensure_in_syspath('../')
|
||||
import integration
|
||||
@ -178,6 +178,7 @@ class BaseTCPPubCase(AsyncTestCase):
|
||||
raise Exception('FDs still attached to the IOLoop: {0}'.format(failures))
|
||||
|
||||
|
||||
@skipIf(True, 'Skip until we can devote time to fix this test')
|
||||
class AsyncPubChannelTest(BaseTCPPubCase, PubChannelMixin):
|
||||
'''
|
||||
Tests around the publish system
|
||||
|
@ -24,7 +24,7 @@ import salt.transport.client
|
||||
import salt.exceptions
|
||||
|
||||
# Import Salt Testing libs
|
||||
from salttesting import TestCase
|
||||
from salttesting import TestCase, skipIf
|
||||
from salttesting.helpers import ensure_in_syspath
|
||||
ensure_in_syspath('../')
|
||||
|
||||
@ -183,6 +183,7 @@ class BaseZMQPubCase(AsyncTestCase):
|
||||
raise Exception('FDs still attached to the IOLoop: {0}'.format(failures))
|
||||
|
||||
|
||||
@skipIf(True, 'Skip until we can devote time to fix this test')
|
||||
class AsyncPubChannelTest(BaseZMQPubCase, PubChannelMixin):
|
||||
'''
|
||||
Tests around the publish system
|
||||
|
Loading…
Reference in New Issue
Block a user