We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda528a commit ea35674Copy full SHA for ea35674
health-check.php
@@ -74,6 +74,7 @@ function sqlite_plugin_filter_site_status_tests( $tests ) {
74
75
if ( 'sqlite' === $database_type ) {
76
unset( $tests['direct']['utf8mb4_support'] );
77
+ unset( $tests['direct']['sql_server'] );
78
}
79
80
return $tests;
0 commit comments