Skip to content

Commit 67f5cb3

Browse files
authored
test: skip more tests that don't exactly match status code due to platform differences (#3077)
1 parent 9a7c53a commit 67f5cb3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/test-config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,14 @@
412412
"app-dir action size limit invalid config should respect the size set in serverActions.bodySizeLimit for plaintext fetch actions should error for requests that exceed the size limit",
413413
"app-dir action size limit invalid config should respect the size set in serverActions.bodySizeLimit for multipart fetch actions should error for requests that exceed the size limit"
414414
]
415+
},
416+
{
417+
"file": "test/e2e/app-dir/actions/app-action-size-limit-invalid-node-middleware.test.ts",
418+
"reason": "Mismatch of reported status code of response (502 instead of expected 500)",
419+
"tests": [
420+
"app-dir action size limit invalid config should respect the size set in serverActions.bodySizeLimit for plaintext fetch actions should error for requests that exceed the size limit",
421+
"app-dir action size limit invalid config should respect the size set in serverActions.bodySizeLimit for multipart fetch actions should error for requests that exceed the size limit"
422+
]
415423
}
416424
],
417425
"failures": [

0 commit comments

Comments
 (0)