Make WordPress Core

Opened 3 weeks ago

#63355 new defect (bug)

Image tests skipped in GitHub Actions

Reported by: mattyrob's profile MattyRob Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version: trunk
Component: Build/Test Tools Keywords:
Focuses: tests Cc:

Description

ClassicPress, a fork of WordPress, uses GitHub actions for automated CI testing in a similar way to WordPress.

The runner images for Ubuntu has recently been updated to 24.04 for latest and we have noticed that the slimmed down OS runner image has introduced issues in many of the image tests in core.

This PR may add some more context:
https://github.com/ClassicPress/ClassicPress/pull/1749

We have as yet not managed to find a solution beyond maintaining the OS runner at Ubuntu 22.04.

We have noted however the a large number of the image tests in WordPress are being skipped in automated testing for what seems to be the same reason. It seems that around 37 tests related to Imagick are being skipped and some GD tests are being skipped for heic and avif image types.

The only solution that works currently seems to be fixing the runner to Ubuntu 22.04

Attachments (1)

Screenshot 2025-04-26 at 12.37.03.png (353.8 KB) - added by MattyRob 3 weeks ago.
Screen grab of failing tests on GitHub

Download all attachments as: .zip

Change History (1)

@MattyRob
3 weeks ago

Screen grab of failing tests on GitHub

Note: See TracTickets for help on using tickets.