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: {