From e10431612dbb4ee5df72622ab4b01bab1013b52a Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Thu, 29 Jun 2023 22:23:55 +0200 Subject: [PATCH] Remove test skip (#51988) Re-enables the test disabled in #51879 as it was fixed in #51973 --- test/e2e/app-dir/metadata-dynamic-routes/index.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'