Skip to content

Commit

Permalink
Fix rsc test during deploy testing (#38517)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jul 11, 2022
1 parent fc91757 commit 9036924
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/app-dir/rsc-basic.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ describe('app dir - react server components', () => {

const { isNextDeploy, isNextDev } = global as any
if (isNextDeploy) {
it('should skip tests for next-deploy', () => {})
return
}

Expand Down

0 comments on commit 9036924

Please sign in to comment.