Skip to content

Commit 7ab6f60

Browse files
committed
Skip flakey test_no_data_loss_on_reconnect[nonbatching]
1 parent f233c6f commit 7ab6f60

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/agent_streaming/test_infinite_tracing.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,10 @@ def test_no_data_loss_on_reconnect(mock_grpc_server, app, buffer_empty_event, ba
350350
Relevant GitHub issue: https://github.com/grpc/grpc/issues/29110
351351
"""
352352

353+
# The nonbatching test frequently fails on CI so skip it for now.
354+
if batching == "nonbatching":
355+
pytest.skip("Flakey test")
356+
353357
terminating_span = Span(
354358
intrinsics={"wait_then_ok": AttributeValue(string_value="OK")}, agent_attributes={}, user_attributes={}
355359
)

0 commit comments

Comments
 (0)