Skip to content
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

.Net: Moved Onnx tests to integration tests #5956

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

dmytrostruk
Copy link
Member

Motivation and Context

In one of my PRs I received HTTP 503 error during CI run in Onnx unit tests. It appeared that some of the tests perform actual requests to Hugging Face to download model files. It would be better to keep all unit tests isolated and lightweight, while keep the tests that require additional requests to perform as integration tests.

Contribution Checklist

@dmytrostruk dmytrostruk self-assigned this Apr 22, 2024
@dmytrostruk dmytrostruk requested a review from a team as a code owner April 22, 2024 14:54
@markwallace-microsoft markwallace-microsoft added .NET Issue or Pull requests regarding .NET code kernel Issues or pull requests impacting the core kernel labels Apr 22, 2024
@dmytrostruk dmytrostruk added this pull request to the merge queue Apr 22, 2024
Merged via the queue into microsoft:main with commit c84258a Apr 22, 2024
17 checks passed
@dmytrostruk dmytrostruk deleted the onnx-unit-tests branch April 22, 2024 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kernel Issues or pull requests impacting the core kernel .NET Issue or Pull requests regarding .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants