mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-15 22:44:36 +00:00
infra: handle flaky tests (#30501)
This commit is contained in:
@@ -730,6 +730,7 @@ def test_thinking() -> None:
|
||||
assert block["signature"] and isinstance(block["signature"], str)
|
||||
|
||||
|
||||
@pytest.mark.flaky(retries=3, delay=1)
|
||||
def test_redacted_thinking() -> None:
|
||||
llm = ChatAnthropic(
|
||||
model="claude-3-7-sonnet-latest",
|
||||
|
Reference in New Issue
Block a user