Skip to content

Commit

Permalink
chore: skip environment-react-ssr for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Oct 24, 2024
1 parent 1770622 commit b3fe660
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vitest.config.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export default defineConfig({
...(isBuild
? [
'./playground/backend-integration/**/*.spec.[tj]s', // https://github.com/rolldown/rolldown/issues/2392
'./playground/environment-react-ssr/**/*.spec.[tj]s', // needs investigation
'./playground/dynamic-import/**/*.spec.[tj]s', // https://github.com/rolldown/rolldown/issues/1843
'./playground/external/**/*.spec.[tj]s', // https://github.com/rolldown/rolldown/issues/2041
'./playground/lib/**/*.spec.[tj]s', // umd format
Expand Down

0 comments on commit b3fe660

Please sign in to comment.