mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix: disable flaky codeally e2e tests (#50554)
This commit is contained in:
committed by
GitHub
parent
404d3f1726
commit
c581532086
+2
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user