Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9a7c53a

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

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

‎tests/test-config.json‎

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,22 @@
396396
"tests": [
397397
"router autoscrolling on navigation bugs Should apply scroll when loading.js is used"
398398
]
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+
]
399415
}
400416
],
401417
"failures": [

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /