Skip to content

Commit 5dd29f9

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/trunk@60313 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 3bce3b1 commit 5dd29f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/phpunit/tests/readme.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ public function test_readme_mariadb_version() {
6767
// This test is designed to only run on trunk.
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

7276
preg_match( '#Recommendations.*MariaDB</a> version <strong>([0-9.]*)#s', $readme, $matches );

0 commit comments

Comments
 (0)