test(groq,openai): add retries for flaky tests (#33914)

This commit is contained in:
Mason Daugherty
2025-11-10 10:36:11 -05:00
committed by GitHub
parent 733299ec13
commit 69c7d1b01b
4 changed files with 26 additions and 5 deletions

View File

@@ -88,6 +88,7 @@ addopts = "--strict-markers --strict-config --durations=5"
markers = [
"compile: mark placeholder test used to compile integration tests without running them",
"scheduled: mark tests to run in scheduled testing",
"retry: retry test if it fails",
]
asyncio_mode = "auto"