From 352c774be532987b4b1041a0c96b032e6326c84a Mon Sep 17 00:00:00 2001 From: Roman Zhuykov Date: Thu, 29 Sep 2022 14:53:05 +0300 Subject: [PATCH] [temp] Disable one test Change-Id: Ic93f69443d6d6c8e0ab8928c88bd35be3114ceeb --- tests/checked/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/checked/CMakeLists.txt b/tests/checked/CMakeLists.txt index 63f9e3c5d..bcdf35d87 100644 --- a/tests/checked/CMakeLists.txt +++ b/tests/checked/CMakeLists.txt @@ -91,7 +91,7 @@ endfunction() if (NOT PANDA_TARGET_ARM32) panda_add_checked_test_ecma(FILE ${CMAKE_CURRENT_SOURCE_DIR}/type_resolving.js SUPPORT_RELEASE true) - panda_add_checked_test_ecma(FILE ${CMAKE_CURRENT_SOURCE_DIR}/global_var.js SUPPORT_RELEASE true) + # panda_add_checked_test_ecma(FILE ${CMAKE_CURRENT_SOURCE_DIR}/global_var.js SUPPORT_RELEASE true) if (PANDA_ENABLE_BYTECODE_PROFILING) panda_add_checked_test_ecma(FILE ${CMAKE_CURRENT_SOURCE_DIR}/ecma_profiling.js SUPPORT_RELEASE true) endif() -- Gitee