From 18e93390592c5a2dd260ff40ae0a3de43ff75ea7 Mon Sep 17 00:00:00 2001 From: Charly Gomez Date: Mon, 24 Aug 2026 20:12:39 +0200 Subject: [PATCH] test(v10/nextjs): Drop nextjs-16-cf-workers canary variant Backport of: #23540 --- .../test-applications/nextjs-16-cf-workers/package.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dev-packages/e2e-tests/test-applications/nextjs-16-cf-workers/package.json b/dev-packages/e2e-tests/test-applications/nextjs-16-cf-workers/package.json index 04cbff8d9eed..c892c58ec0ce 100644 --- a/dev-packages/e2e-tests/test-applications/nextjs-16-cf-workers/package.json +++ b/dev-packages/e2e-tests/test-applications/nextjs-16-cf-workers/package.json @@ -45,12 +45,6 @@ "build-command": "pnpm test:build-latest", "label": "nextjs-16-cf-workers (latest)" } - ], - "optionalVariants": [ - { - "build-command": "pnpm test:build-canary", - "label": "nextjs-16-cf-workers (canary)" - } ] } }