diff --git a/integration-tests/__tests__/deploy-database.spec.js b/integration-tests/__tests__/deploy-database.spec.js index 0528c79d1..219a7f676 100644 --- a/integration-tests/__tests__/deploy-database.spec.js +++ b/integration-tests/__tests__/deploy-database.spec.js @@ -466,7 +466,7 @@ describe('Deploy database', () => { test.each( engines .filter(i => !i.skipDeploy) - .filter(x => !x.skipChangeColumn || x.skipNullability) + .filter(x => !x.skipChangeColumn && !x.skipNullability) .map(engine => [engine.label, engine]) )( 'Change column to NOT NULL column with default - %s',