From 4a177416702da053761fbb33282b9acef910c974 Mon Sep 17 00:00:00 2001 From: Huang Qi Date: Tue, 25 Mar 2025 10:38:34 +0800 Subject: [PATCH] test: temporarily skip 'skip-stack-guard-page' test case until issue is resolved --- tests/wamr-test-suites/spec-test-script/all.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/wamr-test-suites/spec-test-script/all.py b/tests/wamr-test-suites/spec-test-script/all.py index 91f9e5649..2c4725e89 100644 --- a/tests/wamr-test-suites/spec-test-script/all.py +++ b/tests/wamr-test-suites/spec-test-script/all.py @@ -134,6 +134,8 @@ def ignore_the_case( "float_misc", "select", "memory_grow", + # Skip the test case for now, restore it after fixing the issue + "skip-stack-guard-page", ]: return True