[2.3.x] CI: skip lxml encode test on Windows #60238
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The Windows CI has been failing for a couple of days on the
2.3.x
branch, with one failing html testtest_encode
when using the lxml backend:The test is already allowed to fail on Windows when the file uses UTF-16 or UTF-32 encoding, but so now it fails with latin1 encoding as well.
Checking a working vs failing build on 2.3.x, I do notice that
libxml2
was updated from 2.12.7 to 2.13.4 when it started failing. But on the main branch, it is also using this latest version and there it is not failing ..So not directly an idea what is going on, and cannot reproduce this locally. Given it is working on main, and for all other platforms (and we already skip certain encodings as well), I am inclined to just skip the test for Windows on 2.3.x.
cc @mroeschke in case you have seen something similar on main (maybe something we forgot to backport?)