aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mehrdada@users.noreply.github.com>2018-07-25 11:51:58 -0700
committerGravatar GitHub <noreply@github.com>2018-07-25 11:51:58 -0700
commitc01ec499125fab39cd1ec755bbdfdb042e08ac37 (patch)
tree62fb934853f48a589bcb7210174c8179de2aacd9
parente954cd8e5fc727a8376741eef1ffbafcc3342d1f (diff)
parentb928f99fdf53e35a1636f943910fc6a7315b8d0f (diff)
Merge pull request #16138 from mehrdada/disable-beta-api-test
Disable Beta API ChannelConnectivityTest
-rw-r--r--src/python/grpcio_tests/tests/unit/beta/_utilities_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/grpcio_tests/tests/unit/beta/_utilities_test.py b/src/python/grpcio_tests/tests/unit/beta/_utilities_test.py
index aebee4da96..e042262796 100644
--- a/src/python/grpcio_tests/tests/unit/beta/_utilities_test.py
+++ b/src/python/grpcio_tests/tests/unit/beta/_utilities_test.py
@@ -41,6 +41,7 @@ class _Callback(object):
return self._value
+@unittest.skip('https://github.com/grpc/grpc/issues/16134')
class ChannelConnectivityTest(unittest.TestCase):
def test_lonely_channel_connectivity(self):