Skip to content

Commit

Permalink
Remove test skip (#51988)
Browse files Browse the repository at this point in the history
Re-enables the test disabled in #51879 as it was fixed in #51973
  • Loading branch information
timneutkens authored Jun 29, 2023
1 parent a2df492 commit e104316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/app-dir/metadata-dynamic-routes/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ createNextDescribe(
}
})

it.skip('should error when id is missing in generateSitemaps', async () => {
it('should error when id is missing in generateSitemaps', async () => {
const sitemapFilePath = 'app/metadata-base/unset/sitemap.tsx'
const contentMissingIdProperty = `
import { MetadataRoute } from 'next'
Expand Down

0 comments on commit e104316

Please sign in to comment.