fix: disable flaky codeally e2e tests (#50554)

This commit is contained in:
Mrugesh Mohapatra
2023-05-30 15:30:56 +05:30
committed by GitHub
parent 404d3f1726
commit c581532086
+2 -1
View File
@@ -24,7 +24,8 @@ module.exports = defineConfig({
// Temporary disable these until we can address the flakiness
excludeSpecPattern: [
'cypress/e2e/**/challenge-hot-keys.ts',
'cypress/e2e/**/multifile.ts'
'cypress/e2e/**/multifile.ts',
'cypress/e2e/**/codeally.ts'
],
setupNodeEvents(on, config) {