diff --git a/cypress.config.js b/cypress.config.js
index 87c184dff..a615bfd03 100644
--- a/cypress.config.js
+++ b/cypress.config.js
@@ -48,5 +48,5 @@ export default defineConfig({
     },
     experimentalMemoryManagement: true,
     defaultCommandTimeout: 10000,
-    numTestsKeptInMemory: 1000,
+    numTestsKeptInMemory: 1,
 });