diff --git a/test/e2e/app-dir/metadata-dynamic-routes/index.test.ts b/test/e2e/app-dir/metadata-dynamic-routes/index.test.ts index a884f8929e789..90ca948e8d082 100644 --- a/test/e2e/app-dir/metadata-dynamic-routes/index.test.ts +++ b/test/e2e/app-dir/metadata-dynamic-routes/index.test.ts @@ -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'