From f02e6be30eeceac1d608db68ec5730c07eeb1eb8 Mon Sep 17 00:00:00 2001 From: Victor Tarasevich Date: Thu, 30 Oct 2025 15:03:27 +0300 Subject: [PATCH] fix(cypress): fix manage_tagsV2 (2) --- smoke-test/tests/cypress/cypress.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/smoke-test/tests/cypress/cypress.config.js b/smoke-test/tests/cypress/cypress.config.js index 78ac6281723506..1d4d4a5602ad65 100644 --- a/smoke-test/tests/cypress/cypress.config.js +++ b/smoke-test/tests/cypress/cypress.config.js @@ -22,6 +22,7 @@ module.exports = defineConfig({ baseUrl: "http://localhost:9002/", specPattern: "cypress/e2e/**/*.{js,jsx,ts,tsx}", experimentalStudio: true, + experimentalMemoryManagement: true, }, reporter: "cypress-junit-reporter", reporterOptions: {