Skip to content

Commit 1bb65de

Browse files
committed
flake
1 parent f2520b6 commit 1bb65de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ai/fns/test_fn.py

+1
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ async def list_fruit(n: int) -> list[str]:
298298
await assert_llm_equal(result, "a list of three berries")
299299
assert len(result) == 3
300300

301+
@pytest.mark.flaky(reruns=3)
301302
async def test_async_fn_with_return_value_context(self):
302303
@marvin.fn
303304
async def get_fruit_details(name: str) -> dict[str, str]:

0 commit comments

Comments
 (0)