analysis test refactor

This commit is contained in:
Jan Prochazka
2024-09-13 16:11:38 +02:00
parent c410a7bb07
commit a88a64710b
2 changed files with 18 additions and 17 deletions

View File

@@ -149,18 +149,19 @@ const engines = [
skipAutoIncrement: true,
skipPkColumnTesting: true,
skipDataDuplicator: true,
skipStringLength: true,
},
];
const filterLocal = [
// filter local testing
'-MySQL',
'MySQL',
'-MariaDB',
'-PostgreSQL',
'-SQL Server',
'-SQLite',
'-CockroachDB',
'ClickHouse',
'-ClickHouse',
];
const enginesPostgre = engines.filter(x => x.label == 'PostgreSQL');