feat: skip delpoy tests

This commit is contained in:
Nybkox
2025-02-04 11:47:10 +01:00
parent fdc784f42d
commit ac4e411d41
3 changed files with 64 additions and 22 deletions

View File

@@ -32,6 +32,7 @@ export type TestEngineInfo = {
skipAutoIncrement?: boolean;
skipPkColumnTesting?: boolean;
skipDataDuplicator?: boolean;
skipDeploy?: boolean;
skipStringLength?: boolean;
skipChangeColumn?: boolean;
skipDefaultValue?: boolean;