Skip to content

Commit 062f617

Browse files
committed
cc grpc: partially skip test_client_limit_bytes
commit_hash:23f181aefb534b51ffed26041e58bff8954346e0
1 parent 5401d78 commit 062f617

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

grpc/functional_tests/basic_chaos/tests-grpcclient/test_client_limit_bytes.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55

66
@pytest.mark.parametrize('case', requests_client.ALL_CASES)
77
async def test_client_limit_bytes(grpc_ch, service_client, gate, case):
8+
if case in ['say_hello_request_stream', 'say_hello_indept_streams']:
9+
pytest.skip(reason='Fails with "RPC cancelled for servicer method" then timeout on testsuite side')
10+
811
for i in range(100, 250, 50):
912
queue = await gate.to_client_limit_bytes(i)
1013
await requests_client.unavailable_request(service_client, gate, case)

0 commit comments

Comments
 (0)