-
Notifications
You must be signed in to change notification settings - Fork 316
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
CI: Seperate out tests that fail due to HTTP calls #2012
Comments
Yes, we can separete integration tests |
This might also be a solution: https://github.com/pytest-dev/pytest-rerunfailures One argument in favor of this fix is that cases not covered otherwise might be missed and it is less work.
|
Hmm, but this could also hide an error that happens by chance. |
I don't think that |
Currently, the test suite sometimes fails due to an error outside the scope of mteb (e.g. on HF). This makes it hard to trust when the test fails. A solution to this would be to simply factor out those tests in a separate CI (such that if the main tests fail it is clear easy to trust the error)
@Samoed and @isaac-chung WDYT about this?
thread on how to do this in pytest for reference
The text was updated successfully, but these errors were encountered: