aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python
diff options
context:
space:
mode:
authorGravatar Eric Gribkoff <ericgribkoff@google.com>2018-12-26 15:04:38 -0800
committerGravatar Eric Gribkoff <ericgribkoff@google.com>2018-12-26 15:04:38 -0800
commitb74af8c70bad274c4955a0e242c725409872342d (patch)
treece55b933fa30f8136a848ecb169db5d9a4a73478 /src/python
parent71e7e6ddc73175df0793748e290e29321934fd7c (diff)
skip test with gevent
Diffstat (limited to 'src/python')
-rw-r--r--src/python/grpcio_tests/commands.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/grpcio_tests/commands.py b/src/python/grpcio_tests/commands.py
index d5327711d3..582ce898de 100644
--- a/src/python/grpcio_tests/commands.py
+++ b/src/python/grpcio_tests/commands.py
@@ -141,6 +141,7 @@ class TestGevent(setuptools.Command):
'unit._exit_test.ExitTest.test_in_flight_partial_unary_stream_call',
'unit._exit_test.ExitTest.test_in_flight_partial_stream_unary_call',
'unit._exit_test.ExitTest.test_in_flight_partial_stream_stream_call',
+ 'health_check._health_servicer_test.HealthServicerTest.test_cancelled_watch_removed_from_watch_list',
# TODO(https://github.com/grpc/grpc/issues/17330) enable these three tests
'channelz._channelz_servicer_test.ChannelzServicerTest.test_many_subchannels',
'channelz._channelz_servicer_test.ChannelzServicerTest.test_many_subchannels_and_sockets',