Skip to content

Commit 674ed88

Browse files
committed
test: skipping middleware draft mode tests
1 parent 8e4d7b6 commit 674ed88

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/test-config.json

+9
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,15 @@
377377
"tests": [
378378
"router autoscrolling on navigation bugs Should apply scroll when loading.js is used"
379379
]
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+
]
380389
}
381390
],
382391
"failures": [

0 commit comments

Comments
 (0)