disable broken gevent test

pull/17579/head
Eric Gribkoff 6 years ago
parent 2f029bade0
commit b6b745f22d
  1. 1
      src/python/grpcio_tests/commands.py

@ -133,6 +133,7 @@ class TestGevent(setuptools.Command):
# This test will stuck while running higher version of gevent # This test will stuck while running higher version of gevent
'unit._auth_context_test.AuthContextTest.testSessionResumption', 'unit._auth_context_test.AuthContextTest.testSessionResumption',
# TODO(https://github.com/grpc/grpc/issues/15411) enable these tests # 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_unary_call',
'unit._exit_test.ExitTest.test_in_flight_unary_stream_call', 'unit._exit_test.ExitTest.test_in_flight_unary_stream_call',
'unit._exit_test.ExitTest.test_in_flight_stream_unary_call', 'unit._exit_test.ExitTest.test_in_flight_stream_unary_call',

Loading…
Cancel
Save