We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a411029 commit 84751f3Copy full SHA for 84751f3
1 file changed
tests/integration/telemetry/test_telemetry.py
@@ -7,9 +7,11 @@
7
import time
8
from uuid import uuid4
9
10
+import pytest
11
from llama_stack_client import Agent
12
13
14
+@pytest.mark.skip(reason="telemetry is not stable")
15
def test_agent_query_spans(llama_stack_client, text_model_id):
16
agent = Agent(llama_stack_client, model=text_model_id, instructions="You are a helpful assistant")
17
session_id = agent.create_session(f"test-session-{uuid4()}")
0 commit comments