Skip to content

Commit

Permalink
Check Site Health DB versions match readme on all branches.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwilsoncc committed Jun 18, 2024
1 parent 69bd0e6 commit c3f307b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/phpunit/tests/admin/wpSiteHealth.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ public function set_up() {
* @covers ::__construct()
*/
public function test_mysql_recommended_version_matches_readme_html() {
// This test is designed to only run on trunk.
$this->skipOnAutomatedBranches();

$reflection = new ReflectionClass( $this->instance );
$reflection_property = $reflection->getProperty( 'mysql_recommended_version' );
$reflection_property->setAccessible( true );
Expand All @@ -57,9 +54,6 @@ public function test_mysql_recommended_version_matches_readme_html() {
* @covers ::__construct()
*/
public function test_mariadb_recommended_version_matches_readme_html() {
// This test is designed to only run on trunk.
$this->skipOnAutomatedBranches();

$reflection = new ReflectionClass( $this->instance );
$reflection_property = $reflection->getProperty( 'mariadb_recommended_version' );
$reflection_property->setAccessible( true );
Expand Down

0 comments on commit c3f307b

Please sign in to comment.