Skip to content

Commit

Permalink
remove temporary test exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Dec 16, 2024
1 parent e80abb9 commit c35f053
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 @@ -87,7 +87,6 @@ module.exports = defineConfig( {
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
'vendor/newfold-labs/wp-module-coming-soon/tests/cypress/integration/coming-soon-woo.cy.js', // temporarily skip until fixed with new slug
'vendor/newfold-labs/wp-module-ecommerce/**/*.cy.js', // temporarily skip until fixed with new slug
],
experimentalRunAllSpecs: true,
Expand Down

0 comments on commit c35f053

Please sign in to comment.