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

fix windows CI for kaleido unittests #192

Open
andrei-ng opened this issue Apr 25, 2024 · 1 comment
Open

fix windows CI for kaleido unittests #192

andrei-ng opened this issue Apr 25, 2024 · 1 comment
Assignees
Labels
bug Something isn't working ci

Comments

@andrei-ng
Copy link
Collaborator

The following unittests no longer pass in the CI for windows-latest

test tests::test_save_eps ... ignored
test tests::test_save_pdf ... ok
test tests::test_save_svg ... ok
test tests::test_save_jpeg ... ok
test tests::test_save_png ... ok
test tests::test_save_webp ... ok

This PR #190 disables these tests for Windows OS. To find the issue and re-enable them.

@andrei-ng andrei-ng added bug Something isn't working ci and removed bug Something isn't working labels Apr 25, 2024
@andrei-ng andrei-ng self-assigned this May 14, 2024
@andrei-ng
Copy link
Collaborator Author

Now, MacOS tests are getting stuck

test plot::tests::test_save_html ... ok
test plot::tests::test_save_to_jpeg has been running for over 60 seconds
test plot::tests::test_save_to_pdf has been running for over 60 seconds
test plot::tests::test_save_to_png has been running for over 60 seconds

see e.g., https://github.com/plotly/plotly.rs/actions/runs/9565314171/job/26367982758

@andrei-ng andrei-ng added the bug Something isn't working label Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ci
Projects
None yet
Development

No branches or pull requests

1 participant