-
Notifications
You must be signed in to change notification settings - Fork 509
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix OpenAI tests #3738
base: potel-base
Are you sure you want to change the base?
Fix OpenAI tests #3738
Conversation
@@ -330,6 +330,7 @@ async def test_streaming_chat_completion_async( | |||
pass # if tiktoken is not installed, we can't guarantee token usage will be calculated properly | |||
|
|||
|
|||
@pytest.mark.forked |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to fork tests that capture exceptions. (Somehow capturing exceptions messes up the next sentry_sdk.init() and capturing events/exeptions in following tests)
❌ 40 Tests Failed:
View the full list of 3 ❄️ flaky tests
To view individual test run time comparison to the main branch, go to the Test Analytics Dashboard |
No description provided.