Changeset 53431
- Timestamp:
- 05/23/2022 01:30:13 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/external-http/basic.php
r53349 r53431 64 64 */ 65 65 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 66 73 // This test is designed to only run on trunk. 67 74 $this->skipOnAutomatedBranches();
Note: See TracChangeset
for help on using the changeset viewer.