aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python
diff options
context:
space:
mode:
authorGravatar Eric Gribkoff <ericgribkoff@google.com>2018-12-21 14:16:59 -0800
committerGravatar Eric Gribkoff <ericgribkoff@google.com>2018-12-21 15:04:42 -0800
commitb6b745f22dd66748fbcb2e7c0d10dc83be84d63a (patch)
treef61f3bf1fe2c1c2d8e0474f24822573629aea6c1 /src/python
parent2f029bade0cdadcfdd955773bd43cc2f061cd3f7 (diff)
disable broken gevent test
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 496bcfbcbf..d5327711d3 100644
--- a/src/python/grpcio_tests/commands.py
+++ b/src/python/grpcio_tests/commands.py
@@ -133,6 +133,7 @@ class TestGevent(setuptools.Command):
# This test will stuck while running higher version of gevent
'unit._auth_context_test.AuthContextTest.testSessionResumption',
# TODO(https://github.com/grpc/grpc/issues/15411) enable these tests
+ 'unit._metadata_flags_test',
'unit._exit_test.ExitTest.test_in_flight_unary_unary_call',
'unit._exit_test.ExitTest.test_in_flight_unary_stream_call',
'unit._exit_test.ExitTest.test_in_flight_stream_unary_call',