We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ae416e commit b47c9c5Copy full SHA for b47c9c5
tests/shared/test_otel.py
@@ -9,6 +9,8 @@
9
pytestmark = pytest.mark.anyio
10
11
12
+# Logfire warns about propagated trace context by default (distributed_tracing=None).
13
+# This is expected here since we're testing cross-boundary context propagation.
14
@pytest.mark.filterwarnings("ignore::RuntimeWarning")
15
async def test_client_and_server_spans(capfire: CaptureLogfire):
16
"""Verify that calling a tool produces client and server spans with correct attributes."""
0 commit comments