Ver Fonte

test: temporarily skip 'skip-stack-guard-page' test case until issue is resolved

Huang Qi há 9 meses atrás
pai
commit
4a17741670
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      tests/wamr-test-suites/spec-test-script/all.py

+ 2 - 0
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