Skip to content

Commit 647cceb

Browse files
committed
Disable flaky test for further investigation.
1 parent 8fe66dc commit 647cceb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/agent_streaming/test_infinite_tracing.py

+1
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ def test_agent_shutdown():
238238
assert not rpc.channel
239239

240240

241+
@pytest.mark.xfail(reason="This test is flaky", strict=False)
241242
def test_no_delay_on_ok(mock_grpc_server, monkeypatch, app):
242243
wait_event = threading.Event()
243244
connect_event = threading.Event()

0 commit comments

Comments
 (0)