diff options
author | kpayson64 <kpayson@google.com> | 2018-06-13 15:18:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-13 15:18:14 -0700 |
commit | 30a0187aaaba62d01c15512c654eab66931389d7 (patch) | |
tree | 5888c3064ef59dd457d15eb3d72ae03cbdbf5de3 /src/python/grpcio_tests | |
parent | 01953a5f333a4fc79468c70519a5a95f08b066f9 (diff) | |
parent | 521246e2c534703599bbb50f687ad5182a140b17 (diff) |
Merge pull request #15744 from kpayson64/disable_lru
Disable LRU cache test on gevent
Diffstat (limited to 'src/python/grpcio_tests')
-rw-r--r-- | src/python/grpcio_tests/commands.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/python/grpcio_tests/commands.py b/src/python/grpcio_tests/commands.py index 42e01c18d3..a23c980017 100644 --- a/src/python/grpcio_tests/commands.py +++ b/src/python/grpcio_tests/commands.py @@ -119,6 +119,8 @@ class TestGevent(setuptools.Command): # 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', + # TODO(https://github.com/grpc/grpc/issues/15743) enable this test + 'unit._session_cache_test.SSLSessionCacheTest.testSSLSessionCacheLRU', # TODO(https://github.com/grpc/grpc/issues/14789) enable this test 'unit._server_ssl_cert_config_test', # TODO(https://github.com/grpc/grpc/issues/14901) enable this test |