Skip to content

Commit

Permalink
fixes #84
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Apr 2, 2024
1 parent f90249e commit 0b9ad96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions health-check.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ function sqlite_plugin_filter_site_status_tests( $tests ) {
if ( 'sqlite' === $db_engine ) {
unset( $tests['direct']['utf8mb4_support'] );
unset( $tests['direct']['sql_server'] );
unset( $tests['direct']['persistent_object_cache'] ); // Throws an error because DB_NAME is not defined.
}

return $tests;
Expand Down

0 comments on commit 0b9ad96

Please sign in to comment.