We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e4d7b6 commit 674ed88Copy full SHA for 674ed88
tests/test-config.json
@@ -377,6 +377,15 @@
377
"tests": [
378
"router autoscrolling on navigation bugs Should apply scroll when loading.js is used"
379
]
380
+ },
381
+ {
382
+ "file": "test/e2e/app-dir/app-middleware/app-middleware.test.ts",
383
+ "reason": "Relies on access to environment variables set on the edge",
384
+ "tests": [
385
+ "app-dir with middleware Mutate request headers for Serverless Functions Supports draft mode",
386
+ "app-dir with middleware Mutate request headers for Edge Functions Supports draft mode",
387
+ "app-dir with middleware Mutate request headers for next/headers Supports draft mode"
388
+ ]
389
}
390
],
391
"failures": [
0 commit comments