Skip to content

Commit

Permalink
skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Apr 10, 2023
1 parent 6816f4e commit 26cdb77
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -6,9 +6,10 @@ createNextDescribe(
files: __dirname,
skipDeployment: true,
},
({ next, isNextDev, isNextStart }) => {
({ next, isNextStart }) => {
if (isNextStart) {
it('should skip for next start', () => {})
return
}
it('should fallback to localhost if metadataBase is missing for absolute urls resolving', async () => {
await next.fetch('/blog')
Expand Down

0 comments on commit 26cdb77

Please sign in to comment.