From be4e105952a5e01a9d7ed76b60b6cdbb16e94951 Mon Sep 17 00:00:00 2001 From: guanmingyue Date: Wed, 6 Aug 2025 16:02:23 +0800 Subject: [PATCH] Update kfl 0806 Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/ICRKJV Signed-off-by: guanmingyue --- test/ut/ignore-ut-release-qemu-ets_runtime.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/ut/ignore-ut-release-qemu-ets_runtime.txt b/test/ut/ignore-ut-release-qemu-ets_runtime.txt index 8a3d7c864e..ebcefea516 100644 --- a/test/ut/ignore-ut-release-qemu-ets_runtime.txt +++ b/test/ut/ignore-ut-release-qemu-ets_runtime.txt @@ -226,3 +226,6 @@ obj/arkcompiler/ets_runtime/common_components/heap/collector/tests/Trace_Collect #28652 obj/arkcompiler/ets_runtime/common_components/heap/collector/tests/Marking_Collector_TestWithQemu + +#28747 +obj/arkcompiler/ets_runtime/common_components/heap/collector/tests/Collector_TestWithQemu -- Gitee