Browse Source

test: enable all tests for mysql & sqlite

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
test/all-db-test
Raju Udava 11 months ago committed by starbirdtech383
parent
commit
fd7d353c7a
  1. 2
      tests/playwright/setup/db.ts

2
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',

Loading…
Cancel
Save