Skip to content

Commit

Permalink
mark test as failing
Browse files Browse the repository at this point in the history
  • Loading branch information
ForsakenHarmony committed Feb 27, 2024
1 parent 5701f12 commit 0d71594
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions test/development/acceptance-app/rsc-build-errors.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,8 @@ describe('Error overlay - RSC build errors', () => {

expect(await session.hasRedbox()).toBe(true)
if (isTurbopack) {
// TODO: fix the issue ordering.
// turbopack emits the resolve issue first instead of the transform issue.
expect(await session.getRedboxSource()).toMatchInlineSnapshot(`
"./app/server-with-errors/client-only-in-server/client-only-lib.js:1:1
Ecmascript file had an error
Expand Down
5 changes: 3 additions & 2 deletions test/turbopack-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,6 @@
},
"test/development/acceptance-app/rsc-build-errors.test.ts": {
"passed": [
"Error overlay - RSC build errors should allow to use and handle rsc poisoning client-only",
"Error overlay - RSC build errors should allow to use and handle rsc poisoning server-only",
"Error overlay - RSC build errors should error for invalid undefined module retuning from next dynamic",
"Error overlay - RSC build errors should error when Component from react is used in server component",
Expand Down Expand Up @@ -1165,7 +1164,9 @@
"Error overlay - RSC build errors should throw an error when metadata export is used in client components",
"Error overlay - RSC build errors should throw an error when metadata exports are used together in server components"
],
"failed": [],
"failed": [
"Error overlay - RSC build errors should allow to use and handle rsc poisoning client-only"
],
"pending": [
"Error overlay - RSC build errors should throw an error when getStaticProps is used"
],
Expand Down

0 comments on commit 0d71594

Please sign in to comment.