|
396 | 396 | "tests": [
|
397 | 397 | "router autoscrolling on navigation bugs Should apply scroll when loading.js is used"
|
398 | 398 | ]
|
| 399 | + }, |
| 400 | + { |
| 401 | + "file": "test/e2e/app-dir/actions-unrecognized/actions-unrecognized.test.ts", |
| 402 | + "reason": "Mismatch of reported status code of response (500 instead of 'expected' 405). Test itself has FIXME comment about that.", |
| 403 | + "tests": [ |
| 404 | + "unrecognized server actions should error and log a warning when submitting a server action with an unrecognized ID - nodejs server action invoked via form - js disabled", |
| 405 | + "unrecognized server actions should error and log a warning when submitting a server action with an unrecognized ID - edge server action invoked via form - js disabled" |
| 406 | + ] |
| 407 | + }, |
| 408 | + { |
| 409 | + "file": "test/e2e/app-dir/actions/app-action-size-limit-invalid.test.ts", |
| 410 | + "reason": "Mismatch of reported status code of response (502 instead of expected 500)", |
| 411 | + "tests": [ |
| 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 | + "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 | + ] |
399 | 415 | }
|
400 | 416 | ],
|
401 | 417 | "failures": [
|
|
0 commit comments