Skip to content

Commit f81538d

Browse files
committed
test: temporarily skip 'skip-stack-guard-page' test case until issue is resolved
1 parent 8acaaa2 commit f81538d

File tree

1 file changed

+2
-0
lines changed
  • tests/wamr-test-suites/spec-test-script

1 file changed

+2
-0
lines changed

tests/wamr-test-suites/spec-test-script/all.py

+2
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ def ignore_the_case(
134134
"float_misc",
135135
"select",
136136
"memory_grow",
137+
# Skip the test case for now, restore it after fixing the issue
138+
"skip-stack-guard-page",
137139
]:
138140
return True
139141

0 commit comments

Comments
 (0)