From 04f0e435728f144cb50180c24f122584601d2c04 Mon Sep 17 00:00:00 2001 From: chengyuli Date: Fri, 15 Aug 2025 17:26:12 +0800 Subject: [PATCH] remove ggw container_test ignore Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/ICT7TK Signed-off-by: chengyuli Change-Id: I90bf0444399a584f9930b3ef291a902ba0d5730f --- test/ut/ignore-ut-release-qemu-ets_runtime.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/ut/ignore-ut-release-qemu-ets_runtime.txt b/test/ut/ignore-ut-release-qemu-ets_runtime.txt index c9a8c4159e..88c791558a 100644 --- a/test/ut/ignore-ut-release-qemu-ets_runtime.txt +++ b/test/ut/ignore-ut-release-qemu-ets_runtime.txt @@ -230,18 +230,12 @@ obj/arkcompiler/ets_runtime/common_components/heap/collector/tests/Marking_Colle #28814 obj/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/tests/JsStackInfoTestWithQemu -#28815 -obj/arkcompiler/ets_runtime/ecmascript/containers/tests/Containers_003_TestWithQemu - #28816 obj/arkcompiler/ets_runtime/ecmascript/builtins/tests/Builtins_Object_TestWithQemu #28817 obj/arkcompiler/ets_runtime/ecmascript/builtins/tests/Builtins_Errors_TestWithQemu -#28818 -obj/arkcompiler/ets_runtime/ecmascript/containers/tests/Containers_001_TestWithQemu - #28819 obj/arkcompiler/ets_runtime/ecmascript/base/tests/JSHelper_UtfHelper_TestWithQemu -- Gitee