Skip to content

Commit d25e3a4

Browse files
committed
Add skip marker for OpenAI Assistants API integration test in test_llm_providers.py
1 parent 5554bc2 commit d25e3a4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/integration/test_llm_providers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ def test_openai_provider(openai_client, test_messages: List[Dict[str, Any]], moc
7070

7171

7272
# Assistants API Tests (OpenAI)
73+
@pytest.mark.skip(reason="TODO: OpenAI Assistants API integration test needs to be implemented")
7374
@pytest.mark.vcr()
7475
async def test_openai_assistants_provider(openai_client):
7576
"""Test OpenAI Assistants API integration for all overridden methods."""

0 commit comments

Comments
 (0)