Skip to content

Commit

Permalink
Reapply "Remove WonderBlocks tests skip"
Browse files Browse the repository at this point in the history
This reverts commit 90365a6.
  • Loading branch information
wpalani committed Sep 4, 2024
1 parent cab78d7 commit 91d6fe0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,6 @@ module.exports = defineConfig( {
] );
}

// Exclude WonderBlocks tests for WordPress lower than 6.6 (6.5 or 6.4)
if ( semver.satisfies( config.env.wpSemverVersion, '<6.6.0' ) ) {
config.excludeSpecPattern = config.excludeSpecPattern.concat( [
'vendor/newfold-labs/wp-module-patterns/tests/cypress/integration/**',
] );
}

return config;
},
baseUrl: 'http://localhost:8882',
Expand Down

0 comments on commit 91d6fe0

Please sign in to comment.