diff --git a/test/examples/examples.test.ts b/test/examples/examples.test.ts index 809759d8a3e517..06bb7d8d70f78e 100644 --- a/test/examples/examples.test.ts +++ b/test/examples/examples.test.ts @@ -6,8 +6,6 @@ const testedExamples = [ // Internal features 'active-class-name', 'amp', - 'amp-first', - 'amp-story', 'api-routes-cors', 'api-routes-middleware', 'api-routes-rate-limit', @@ -21,25 +19,20 @@ const testedExamples = [ 'catch-all-routes', 'custom-routes-proxying', 'custom-server', - 'data-fetch', 'dynamic-routing', 'environment-variables', - 'fast-refresh-demo', 'head-elements', 'headers', 'hello-world', - 'hello-world-esm', 'i18n-routing', 'image-component', 'image-legacy-component', 'layout-component', 'middleware', 'middleware-matcher', - 'modularize-imports', 'nested-components', 'next-css', 'next-forms', - 'progressive-render', 'redirects', 'remove-console', 'reproduction-template', @@ -47,14 +40,9 @@ const testedExamples = [ 'route-handlers', 'script-component', 'ssr-caching', - 'styled-jsx-with-csp', 'svg-components', - 'using-router', 'with-absolute-imports', - 'with-app-layout', 'with-context-api', - 'with-env-from-next-config-js', - 'with-loading', 'with-shallow-routing', 'with-sitemap', 'with-typescript', @@ -68,7 +56,6 @@ const testedExamples = [ 'with-mdx', 'with-mdx-remote', 'with-turbopack', - 'with-vercel-fetch', ] describe.each(testedExamples)(`example '%s'`, (example) => { diff --git a/test/turbopack-dev-examples-manifest.json b/test/turbopack-dev-examples-manifest.json index 5b7a9344cc4da8..10fc96bcfb9a66 100644 --- a/test/turbopack-dev-examples-manifest.json +++ b/test/turbopack-dev-examples-manifest.json @@ -60,7 +60,6 @@ "layout-component": true, "middleware": true, "middleware-matcher": true, - "modularize-imports": true, "nested-components": true, "next-css": true, "next-offline": true, @@ -94,7 +93,6 @@ "with-docker": true, "with-docker-compose": true, "with-docker-multi-env": true, - "with-draft-js": true, "with-dynamic-import": true, "with-elasticsearch": true, "with-electron": true, @@ -171,10 +169,8 @@ "with-react-md-typescript": true, "with-react-multi-carousel": true, "with-react-toolbox": true, - "with-react-with-styles": true, "with-reactstrap": true, "with-realm-web": true, - "with-reasonml-todo": true, "with-rebass": true, "with-recoil": true, "with-redis": true, @@ -185,7 +181,6 @@ "with-route-as-modal": true, "with-segment-analytics": true, "with-segment-analytics-pages-router": true, - "with-semantic-ui": true, "with-sentry": true, "with-service-worker": true, "with-sfcc": true, @@ -215,7 +210,6 @@ "with-unstated": true, "with-urql": true, "with-userbase": true, - "with-vercel-fetch": true, "with-videojs": true, "with-vitest": true, "with-web-worker": true,