Skip to content

Commit 8a01ddc

Browse files
author
Dylan Huang
committed
skip in CI
1 parent 4ce0057 commit 8a01ddc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/chinook/test_pydantic_chinook.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ class Response(BaseModel):
8282
return row
8383

8484

85+
@pytest.mark.skip(reason="takes too long to run")
8586
@pytest.mark.asyncio
8687
@evaluation_test(
8788
input_rows=collect_dataset(),
@@ -136,7 +137,7 @@ class Response(BaseModel):
136137
system_prompt=LLM_JUDGE_PROMPT,
137138
output_type=Response,
138139
model=model,
139-
result_retries=3,
140+
result_retries=5,
140141
)
141142
result = await comparison_agent.run(
142143
f"Expected answer: {row.ground_truth}\nResponse: {last_assistant_message.content}"

0 commit comments

Comments
 (0)