diff --git a/tests/playwright/setup/db.ts b/tests/playwright/setup/db.ts index 4af47d92df..b43c664098 100644 --- a/tests/playwright/setup/db.ts +++ b/tests/playwright/setup/db.ts @@ -14,7 +14,7 @@ const isEE = () => process.env.EE === 'true'; // run all the tests for PG; disable some tests for mysql, sqlite to reduce CI time // -const enableQuickRun = () => (process.env.CI ? process.env.E2E_DB_TYPE : process.env.E2E_DEV_DB_TYPE) !== 'pg'; +const enableQuickRun = () => false; const pg_credentials = (context: NcContext) => ({ user: 'postgres',