From fdc784f42dca644079145498a953e30a82e2b02a Mon Sep 17 00:00:00 2001 From: Nybkox Date: Tue, 4 Feb 2025 01:56:42 +0100 Subject: [PATCH] feat: skip data duplicator for cassandra --- integration-tests/engines.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integration-tests/engines.js b/integration-tests/engines.js index 76c655b4d..6bcc1ed06 100644 --- a/integration-tests/engines.js +++ b/integration-tests/engines.js @@ -625,9 +625,10 @@ const cassandraEngine = { skipOrderBy: true, skipAutoIncrement: true, skipDataModifications: true, + skipDataDuplicator: true, useTextTypeForStrings: true, - // objects: [], + objects: [], }; const enginesOnCi = [