Skip to content

Commit

Permalink
Fix metadata e2e test on deploy (#45104)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk authored Jan 20, 2023
1 parent 5023f5a commit dc119e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/app-dir/metadata/metadata.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ createNextDescribe(
({ next, isNextDeploy }) => {
describe('metadata', () => {
if (isNextDeploy) {
it('should skip for deploy currently', () => {})
return
}
async function checkMeta(
Expand Down

0 comments on commit dc119e2

Please sign in to comment.