From 0d8d87857c6c4a54865816e77343dc4c2e25def0 Mon Sep 17 00:00:00 2001 From: Pavel Date: Thu, 22 May 2025 15:40:23 +0200 Subject: [PATCH] fix: skip autoIncrement for firedb tests --- integration-tests/engines.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/engines.js b/integration-tests/engines.js index ab8a603a1..c1eaaf9bb 100644 --- a/integration-tests/engines.js +++ b/integration-tests/engines.js @@ -701,7 +701,7 @@ const firebirdEngine = { // skipStringLength: true, // skipTriggers: true, skipDataReplicator: true, - // skipAutoIncrement: true, + skipAutoIncrement: true, // skipDropColumn: true, // skipRenameColumn: true, // skipChangeNullability: true,