From e7efb4b9ed36ee5fdb21a56e9c21b92c305c9496 Mon Sep 17 00:00:00 2001 From: Charly Gomez Date: Mon, 24 Aug 2026 17:53:26 +0200 Subject: [PATCH] test(nextjs): Drop nextjs-16-cf-workers canary variant `next@canary` moved to 16.4.0-canary.x, whose manifest loading is not yet supported by `@opennextjs/cloudflare`, so every canary run fails with `Unexpected loadManifest(/.next/server/preview-props.json) call!`. Remove the variant until the upstream fix ships so the job stops reporting a failure it cannot act on. The `test:build-canary` script stays in place so restoring the variant is a one-line change. Refs https://github.com/opennextjs/opennextjs-cloudflare/pull/1356 Co-Authored-By: Claude Opus 5 (1M context) --- .../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)" - } ] } }