Skip to content

Commit

Permalink
Retrying flaky test test_propagate_options (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbraza authored Oct 22, 2024
1 parent 6ce3989 commit 4e8b386
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ async def test_timeout(agent_test_settings: Settings, agent_type: str | type) ->
assert "I cannot answer" in response.answer.answer


@pytest.mark.flaky(reruns=2, only_rerun=["AssertionError"])
@pytest.mark.asyncio
async def test_propagate_options(agent_test_settings: Settings) -> None:
llm_name = "gpt-4o-mini"
Expand Down

0 comments on commit 4e8b386

Please sign in to comment.