-
Notifications
You must be signed in to change notification settings - Fork 123
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
Skip RXD tests on ARM #3177
Skip RXD tests on ARM #3177
Conversation
895cf0a
to
b930c9c
Compare
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3177 +/- ##
=======================================
Coverage 67.06% 67.06%
=======================================
Files 571 571
Lines 111318 111321 +3
=======================================
+ Hits 74656 74659 +3
Misses 36662 36662 ☔ View full report in Codecov by Sentry. |
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.
So this does not fall through the cracks, please associate with an issue that can be closed when a PR comes forth that resolves the problem and turns the test back on.
✔️ b930c9c -> Azure artifacts URL |
Done, opened #3179 for this. |
Workaround for failures on ARM caused by #3143.
For MaOS it works in the CI (see this run), while for Linux I verified it locally.