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)" - } ] } }