clickhouse test - removed from scripts deploy

This commit is contained in:
Jan Prochazka
2024-11-11 15:58:10 +01:00
parent e65b4d0c2a
commit cbd857422f

View File

@@ -613,7 +613,7 @@ describe('Deploy database', () => {
}) })
); );
test.each(engines.map(engine => [engine.label, engine]))( test.each(engines.filter(x => !x.skipDataModifications).map(engine => [engine.label, engine]))(
'Script drived deploy - basic predeploy - %s', 'Script drived deploy - basic predeploy - %s',
testWrapper(async (conn, driver, engine) => { testWrapper(async (conn, driver, engine) => {
await testDatabaseDeploy(engine, conn, driver, [ await testDatabaseDeploy(engine, conn, driver, [
@@ -633,7 +633,7 @@ describe('Deploy database', () => {
}) })
); );
test.each(engines.map(engine => [engine.label, engine]))( test.each(engines.filter(x => !x.skipDataModifications).map(engine => [engine.label, engine]))(
'Script drived deploy - install+uninstall - %s', 'Script drived deploy - install+uninstall - %s',
testWrapper(async (conn, driver, engine) => { testWrapper(async (conn, driver, engine) => {
await testDatabaseDeploy(engine, conn, driver, [ await testDatabaseDeploy(engine, conn, driver, [