|
412 | 412 | "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",
|
413 | 413 | "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"
|
414 | 414 | ]
|
| 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 | + ] |
415 | 423 | }
|
416 | 424 | ],
|
417 | 425 | "failures": [
|
|
0 commit comments