Skip to content

Commit

Permalink
Remove migration tests from cypress excludeSpecPattern (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-vara authored Feb 28, 2025
1 parent 2d9ce98 commit 319e512
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ module.exports = defineConfig( {
testIsolation: false,
excludeSpecPattern: [
'vendor/newfold-labs/**/tests/cypress/integration/wp-module-support/*.cy.js', // skip any module's wp-module-support files
'vendor/newfold-labs/wp-module-migration/**/*.cy.js', // temporarily skip the broken migration test
],
experimentalRunAllSpecs: true,
},
Expand Down

0 comments on commit 319e512

Please sign in to comment.