skipSeparateSchemas flag

This commit is contained in:
Jan Prochazka
2024-09-19 17:07:34 +02:00
parent 83357ba2cc
commit a6136cee25
2 changed files with 2 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ describe('Schema tests', () => {
})
);
test.each(engines.filter(x => x.supportSchemas).map(engine => [engine.label, engine]))(
test.each(engines.filter(x => x.supportSchemas && !x.skipSeparateSchemas).map(engine => [engine.label, engine]))(
'Table inside schema - %s',
testWrapper(async (conn, driver, engine) => {
await baseStructure(conn, driver);