Merge pull request #16138 from mehrdada/disable-beta-api-test

Disable Beta API ChannelConnectivityTest
pull/16140/head
Mehrdad Afshari 6 years ago committed by GitHub
commit c01ec49912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/python/grpcio_tests/tests/unit/beta/_utilities_test.py

@ -41,6 +41,7 @@ class _Callback(object):
return self._value return self._value
@unittest.skip('https://github.com/grpc/grpc/issues/16134')
class ChannelConnectivityTest(unittest.TestCase): class ChannelConnectivityTest(unittest.TestCase):
def test_lonely_channel_connectivity(self): def test_lonely_channel_connectivity(self):

Loading…
Cancel
Save