Skip to content

Commit 09f7f52

Browse files
[NA] [SDK] Skip flaky OpenAI ADK test
Skip test_opik_tracer_with_sample_agent__openai due to flakiness with OpenAI API calls. Re-enable once google/adk-python#4303 is merged. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent d13c115 commit 09f7f52

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

sdks/python/tests/e2e_library_integration/adk/test_opik_tracer.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,9 @@ def test_opik_tracer_with_sample_agent_sse(
207207
)
208208

209209

210+
@pytest.mark.skip(
211+
reason="Skipping due to flakiness with OpenAI API calls. Re-enable once https://github.com/google/adk-python/pull/4303 is merged."
212+
)
210213
@pytest.mark.parametrize("start_api_server", ["sample_agent_openai"], indirect=True)
211214
def test_opik_tracer_with_sample_agent__openai(
212215
opik_client_unique_project_name, start_api_server

0 commit comments

Comments
 (0)