-
Notifications
You must be signed in to change notification settings - Fork 83
Disable unstable tests #2512
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
Disable unstable tests #2512
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2512 +/- ##
=======================================
Coverage 70.08% 70.08%
=======================================
Files 215 215
Lines 25872 25872
Branches 2605 2605
=======================================
Hits 18133 18133
Misses 6838 6838
Partials 901 901 ☔ View full report in Codecov by Sentry. |
Signed-off-by: xadupre <xadupre@microsoft.com>
Signed-off-by: xadupre <xadupre@microsoft.com>
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.
Thanks! A few nits
I assume that none of the disabled tests are "required" right now? If so, I guess it is relatively safe to merge this PR. |
Co-authored-by: Justin Chu <justinchuby@users.noreply.github.com>
Co-authored-by: Justin Chu <justinchuby@users.noreply.github.com>
Co-authored-by: Justin Chu <justinchuby@users.noreply.github.com>
Co-authored-by: Justin Chu <justinchuby@users.noreply.github.com>
Co-authored-by: Justin Chu <justinchuby@users.noreply.github.com>
Co-authored-by: Justin Chu <justinchuby@users.noreply.github.com>
Looks like onnxscript/backend/onnx_export_test.py is still being run on windows: https://github.com/microsoft/onnxscript/actions/runs/17290581699/job/49077106681?pr=2512 |
Some tests never pass but are not blocking to merge the PR. It saves some time to disable them.