Skip to content

Commit

Permalink
test: skip esm-externals-false tests (they are just checking CLI output)
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Oct 24, 2024
1 parent 645f220 commit 21bb071
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/test-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@
{
"file": "test/e2e/app-dir/app-static/app-static.test.ts",
"reason": "Uses CLI output",
"tests": ["app-dir static/dynamic handling should warn for too many cache tags"]
"tests": [
"app-dir static/dynamic handling should warn for too many cache tags"
]
},
{
"file": "test/e2e/app-dir/parallel-routes-and-interception/parallel-routes-and-interception.test.ts",
Expand Down Expand Up @@ -358,6 +360,10 @@
{
"file": "test/e2e/app-dir/dynamic-io-request-apis/dynamic-io-request-apis.test",
"reason": "Uses CLI output"
},
{
"file": "test/e2e/next-config-warnings/esm-externals-false/esm-externals-false.test.ts",
"reason": "Uses CLI output"
}
],
"failures": [
Expand Down

0 comments on commit 21bb071

Please sign in to comment.