Make WordPress Core

Changeset 53431


Ignore:
Timestamp:
05/23/2022 01:30:13 PM (2 years ago)
Author:
hellofromTonya
Message:

Build/Test Tools: Temporarily skip MariaDB version test.

TEMPORARY COMMIT.

MariaDB version 10.2 is no longer supported as of 23 May 2022. This commit temporarily skips the version test. Why? To avoid test failures during this period, i.e. until the version is bummped and readme.html file changed.

See #55791, Meta5999.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/external-http/basic.php

    r53349 r53431  
    6464     */
    6565    public function test_readme_mariadb_version() {
     66        /*
     67         * Temporary skip as MariaDB 10.2 is EOL as of 23 May 2022.
     68         * See Trac #55791 and meta #6322.
     69         * Once the version is bumped, revert this change.
     70         */
     71        $this->markTestSkipped( 'Temporarily skip due to MariaDB 10.2 now EOL as of 23 May 2022. Remove this skip once version is bumped.' );
     72
    6673        // This test is designed to only run on trunk.
    6774        $this->skipOnAutomatedBranches();
Note: See TracChangeset for help on using the changeset viewer.