From c27d2fcbbe4bec9e57b6aaaf92d0a93457e60da8 Mon Sep 17 00:00:00 2001 From: ncteisen Date: Mon, 15 Oct 2018 15:59:17 -0400 Subject: Ban gevent test --- src/python/grpcio_tests/commands.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/python/grpcio_tests/commands.py') diff --git a/src/python/grpcio_tests/commands.py b/src/python/grpcio_tests/commands.py index 0dfbf3180b..6931d93ef0 100644 --- a/src/python/grpcio_tests/commands.py +++ b/src/python/grpcio_tests/commands.py @@ -116,6 +116,8 @@ class TestGevent(setuptools.Command): # eventually succeed, but need to dig into performance issues. 'unit._cython._no_messages_server_completion_queue_per_call_test.Test.test_rpcs', 'unit._cython._no_messages_single_server_completion_queue_test.Test.test_rpcs', + # TODO(https://github.com/grpc/grpc/issues/16890) enable this test + 'unit._cython._channel_test.ChannelTest.test_multiple_channels_lonely_connectivity', # I have no idea why this doesn't work in gevent, but it shouldn't even be # using the c-core 'testing._client_test.ClientTest.test_infinite_request_stream_real_time', -- cgit v1.2.3