diff --git a/alfa-client/apps/admin-e2e/cypress-ci-main-tests.config.ts b/alfa-client/apps/admin-e2e/cypress-ci-main-tests.config.ts
index 4f33a43b6ca1c03412a1e977c9193e96d2fa165e..461fd7a6ad03156004a013f75151237480efe121 100644
--- a/alfa-client/apps/admin-e2e/cypress-ci-main-tests.config.ts
+++ b/alfa-client/apps/admin-e2e/cypress-ci-main-tests.config.ts
@@ -36,13 +36,13 @@ export default defineConfig({
       return cypressEvents(on, config);
     },
   },
-  retries: {
-    experimentalStrategy: 'detect-flake-and-pass-on-threshold',
-    experimentalOptions: {
-      maxRetries: 2,
-      passesRequired: 1,
-    },
-    openMode: true,
-    runMode: true,
-  },
+  // retries: {
+  //   experimentalStrategy: 'detect-flake-and-pass-on-threshold',
+  //   experimentalOptions: {
+  //     maxRetries: 2,
+  //     passesRequired: 1,
+  //   },
+  //   openMode: true,
+  //   runMode: true,
+  // },
 });
diff --git a/alfa-client/apps/alfa-e2e/cypress.config.ts b/alfa-client/apps/alfa-e2e/cypress.config.ts
index 51783ad96c857f6e8f3989c8aac7692ce9c4e188..67e5e937eff5799222402f7aa2c8fa06fbe7b199 100644
--- a/alfa-client/apps/alfa-e2e/cypress.config.ts
+++ b/alfa-client/apps/alfa-e2e/cypress.config.ts
@@ -35,15 +35,15 @@ export default defineConfig({
       return cypressEvents(on, config);
     },
   },
-  retries: {
-    experimentalStrategy: 'detect-flake-and-pass-on-threshold',
-    experimentalOptions: {
-      maxRetries: 2,
-      passesRequired: 1,
-    },
-    openMode: true,
-    runMode: true,
-  },
+  // retries: {
+  //   experimentalStrategy: 'detect-flake-and-pass-on-threshold',
+  //   experimentalOptions: {
+  //     maxRetries: 2,
+  //     passesRequired: 1,
+  //   },
+  //   openMode: true,
+  //   runMode: true,
+  // },
 });
 
 export interface CypressConfig {