Skip to content

Commit fbb5fc8

Browse files
committed
Skip check
1 parent 88407bb commit fbb5fc8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Context/FeatureContext.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -967,6 +967,9 @@ public function create_config( $subdir = '', $extra_php = false ) {
967967

968968
$params['skip-salts'] = true;
969969

970+
// Do not check database connection as we might be running SQLite and the check would fail.
971+
$params['skip-check'] = true;
972+
970973
if ( false !== $extra_php ) {
971974
$params['extra-php'] = $extra_php;
972975
}

0 commit comments

Comments
 (0)