mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
test(groq,openai): add retries for flaky tests (#33914)
This commit is contained in:
@@ -1134,6 +1134,7 @@ def test_o1_stream_default_works() -> None:
|
||||
assert len(result) > 0
|
||||
|
||||
|
||||
@pytest.mark.flaky(retries=3, delay=1)
|
||||
def test_multi_party_conversation() -> None:
|
||||
llm = ChatOpenAI(model="gpt-5-nano")
|
||||
messages = [
|
||||
|
||||
Reference in New Issue
Block a user