Make WordPress Core

Changeset 60313


Ignore:
Timestamp:
06/17/2025 07:01:21 PM (9 months ago)
Author:
desrosj
Message:

Database: Temporarily skip the test_readme_mariadb_version test method.

The layout and structure of the release documentation pages for MariaDB have been changed. The related test is now unable to parse the date from the first release of a given version.

Long-term releases from MariaDB are supported for a total of 5 years before reaching end of life. That milestone will be reached next week, so this test would have started to fail then anyway.

This marks the test as skipped temporarily so that the test’s methodology can be improved to account for all of this.

Props jorbin, johnbillion.
See #63586.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/readme.php

    r59729 r60313  
    6868        $this->skipOnAutomatedBranches();
    6969
     70        $this->markTestSkipped(
     71            'Temporarily disabled. MariaDB has changed the layout and verbiage of their release documentation pages.'
     72        );
     73
    7074        $readme = file_get_contents( ABSPATH . 'readme.html' );
    7175
Note: See TracChangeset for help on using the changeset viewer.