diff --git a/health-check.php b/health-check.php index cedec50..6c64550 100644 --- a/health-check.php +++ b/health-check.php @@ -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;