From 279016ae327288319e98c6c8a5c0a4ede0e2f8e3 Mon Sep 17 00:00:00 2001 From: Michal Piechowiak Date: Wed, 27 Aug 2025 09:18:19 +0200 Subject: [PATCH] test: skip more tests that don't exactly match status code due to platform differences --- tests/test-config.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/test-config.json b/tests/test-config.json index 0db2f12e61..3a7d0de4dc 100644 --- a/tests/test-config.json +++ b/tests/test-config.json @@ -412,6 +412,14 @@ "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" ] + }, + { + "file": "test/e2e/app-dir/actions/app-action-size-limit-invalid-node-middleware.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": [