mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 05:18:42 +01:00
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, [https://meta.trac.wordpress.org/ticket/5999 Meta5999]. git-svn-id: https://develop.svn.wordpress.org/trunk@53431 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
edf3f48e04
commit
214d4a9073
@ -63,6 +63,13 @@ class Tests_External_HTTP_Basic extends WP_UnitTestCase {
|
||||
* @covers ::wp_remote_retrieve_body
|
||||
*/
|
||||
public function test_readme_mariadb_version() {
|
||||
/*
|
||||
* Temporary skip as MariaDB 10.2 is EOL as of 23 May 2022.
|
||||
* See Trac #55791 and meta #6322.
|
||||
* Once the version is bumped, revert this change.
|
||||
*/
|
||||
$this->markTestSkipped( 'Temporarily skip due to MariaDB 10.2 now EOL as of 23 May 2022. Remove this skip once version is bumped.' );
|
||||
|
||||
// This test is designed to only run on trunk.
|
||||
$this->skipOnAutomatedBranches();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user