Skip to content
Snippets Groups Projects
Commit 0b1296d4 authored by OZGCloud's avatar OZGCloud
Browse files

E2E disable Cypress retries (2)

parent 97b058f7
No related branches found
No related tags found
No related merge requests found
...@@ -13,13 +13,4 @@ export default defineConfig({ ...@@ -13,13 +13,4 @@ export default defineConfig({
return cypressEvents(on, config); return cypressEvents(on, config);
}, },
}, },
retries: {
experimentalStrategy: 'detect-flake-and-pass-on-threshold',
experimentalOptions: {
maxRetries: 2,
passesRequired: 1,
},
openMode: true,
runMode: true,
},
}); });
...@@ -13,13 +13,4 @@ export default defineConfig({ ...@@ -13,13 +13,4 @@ export default defineConfig({
return cypressEvents(on, config); return cypressEvents(on, config);
}, },
}, },
retries: {
experimentalStrategy: 'detect-flake-and-pass-on-threshold',
experimentalOptions: {
maxRetries: 2,
passesRequired: 1,
},
openMode: true,
runMode: true,
},
}); });
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment