From 1618ec920edafd4040885976bb93d87576b005ec Mon Sep 17 00:00:00 2001 From: Michal Piechowiak Date: Tue, 26 Aug 2025 19:00:22 +0200 Subject: [PATCH] test: skip tests that don't exactly match status code due to platform differences --- tests/test-config.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/tests/test-config.json b/tests/test-config.json index 4a8766300a..0db2f12e61 100644 --- a/tests/test-config.json +++ b/tests/test-config.json @@ -396,6 +396,22 @@ "tests": [ "router autoscrolling on navigation bugs Should apply scroll when loading.js is used" ] + }, + { + "file": "test/e2e/app-dir/actions-unrecognized/actions-unrecognized.test.ts", + "reason": "Mismatch of reported status code of response (500 instead of 'expected' 405). Test itself has FIXME comment about that.", + "tests": [ + "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", + "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" + ] + }, + { + "file": "test/e2e/app-dir/actions/app-action-size-limit-invalid.test.ts", + "reason": "Mismatch of reported status code of response (502 instead of expected 500)", + "tests": [ + "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", + "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" + ] } ], "failures": [