aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2018-07-27 16:19:17 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2018-07-27 16:19:17 -0700
commitece265778b077efa1c03e1de36b4e14446dd634a (patch)
treecca5c6bc178ed3dd0ddb79d4ec6a6fcaae084241 /src
parentc2a22a1ab8e8221c95f8874668eb6260c1e171b4 (diff)
parentc01ec499125fab39cd1ec755bbdfdb042e08ac37 (diff)
Merge branch 'master' into rq-threads
Diffstat (limited to 'src')
-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):