Skip to content

Commit 21bb071

Browse files
committed
test: skip esm-externals-false tests (they are just checking CLI output)
1 parent 645f220 commit 21bb071

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tests/test-config.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,9 @@
124124
{
125125
"file": "test/e2e/app-dir/app-static/app-static.test.ts",
126126
"reason": "Uses CLI output",
127-
"tests": ["app-dir static/dynamic handling should warn for too many cache tags"]
127+
"tests": [
128+
"app-dir static/dynamic handling should warn for too many cache tags"
129+
]
128130
},
129131
{
130132
"file": "test/e2e/app-dir/parallel-routes-and-interception/parallel-routes-and-interception.test.ts",
@@ -358,6 +360,10 @@
358360
{
359361
"file": "test/e2e/app-dir/dynamic-io-request-apis/dynamic-io-request-apis.test",
360362
"reason": "Uses CLI output"
363+
},
364+
{
365+
"file": "test/e2e/next-config-warnings/esm-externals-false/esm-externals-false.test.ts",
366+
"reason": "Uses CLI output"
361367
}
362368
],
363369
"failures": [

0 commit comments

Comments
 (0)