Skip to content

Break out gif test so it can be XFailed on Azure - #31954

Closed
ksunden wants to merge 1 commit into
matplotlib:mainfrom
ksunden:ci_azure_gif
Closed

Break out gif test so it can be XFailed on Azure#31954
ksunden wants to merge 1 commit into
matplotlib:mainfrom
ksunden:ci_azure_gif

Conversation

@ksunden

@ksunden ksunden commented Jun 26, 2026

Copy link
Copy Markdown
Member

PR summary

This test has been consistently failing on exactly one CI setup.
I've been unable to reproduce it locally, so XFailing the test specific to that CI setup.

I'd like to actually fix the underlying problem, but for now, limiting the amount of "it's red but we can ignore that" is better.

AI Disclosure

None

PR checklist

Comment on lines +49 to +50
@image_comparison(baseline_images=['agg_filter_alpha'],
extensions=['gif'], style='mpl20')

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note, you can just write a single extension together:

Suggested change
@image_comparison(baseline_images=['agg_filter_alpha'],
extensions=['gif'], style='mpl20')
@image_comparison(baseline_images=['agg_filter_alpha.gif'], style='mpl20')

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this instance, I think I prefer it the way I have it, as that keeps it more consistent with the other test, and keeps the reversal idea easier to see.

@QuLogic

QuLogic commented Jun 29, 2026

Copy link
Copy Markdown
Member

Superseded by #31969.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants