-
-
Notifications
You must be signed in to change notification settings - Fork 407
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
test: skip test_render_to_png
on Linux
#6535
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6535 +/- ##
=======================================
Coverage 88.79% 88.79%
=======================================
Files 323 323
Lines 68951 68960 +9
=======================================
+ Hits 61227 61236 +9
Misses 7724 7724 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
I have skipped the test on Linux. Talking with @maximlt, this seems like the best way forward. |
test_render_to_png
as flakytest_render_to_png
on Linux
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.
Yep, best in the sense that this seems like a complicated thing to debug (is it the new release of pyzmq, something new in the github action ...) and Simon checked that it works in fact works locally, so skipping for now seems like the best tradeoff.
Not sure why this test suddenly became flaky on Linux, both seen on 3.9 and 3.13:
https://github.com/holoviz/holoviews/actions/runs/13828811445/job/38689244841

https://github.com/holoviz/holoviews/actions/runs/13828793793/job/38688471911
