Skip to content

Commit b48cd51

Browse files
committed
cc grpc: partially skip test_server_limit_bytes
commit_hash:f8916d97931090f36e09fa373c32f7bf01886006
1 parent 079dc75 commit b48cd51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
@pytest.mark.parametrize('case', requests_client.ALL_CASES)
77
async def test_server_limit_bytes(grpc_ch, service_client, gate, case):
8-
if case == 'say_hello_request_stream':
9-
# TODO(TAXICOMMON-9695) research the flaky test
8+
if case in ['say_hello_request_stream', 'say_hello_streams']:
9+
# TODO(TAXICOMMON-9695, TAXICOMMON-11262) research the flaky test
1010
pytest.skip('Flaky')
1111
return
1212

0 commit comments

Comments
 (0)