From d881849563c8e2b1cc0c345af908af7118a12081 Mon Sep 17 00:00:00 2001 From: markYao Date: Thu, 21 Dec 2023 14:37:38 +0800 Subject: [PATCH] =?UTF-8?q?fixed=2014afde8=20from=20https://gitee.com/mark?= =?UTF-8?q?-yao/notification=5Fdistributed=5Fnotification=5Fservice/pulls/?= =?UTF-8?q?1385=20=E5=A4=84=E7=90=86MST=E5=BC=82=E5=B8=B8=E7=94=A8?= =?UTF-8?q?=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: markYao --- frameworks/test/moduletest/BUILD.gn | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/frameworks/test/moduletest/BUILD.gn b/frameworks/test/moduletest/BUILD.gn index 0e9ff875a..2289a16ea 100644 --- a/frameworks/test/moduletest/BUILD.gn +++ b/frameworks/test/moduletest/BUILD.gn @@ -307,8 +307,9 @@ group("moduletest") { ":ReminderAgentJsTest", # ":ans_fw_module_test", - ":ans_innerkits_module_publish_test", - ":ans_innerkits_module_setting_test", - ":ans_innerkits_module_slot_test", + + # ":ans_innerkits_module_publish_test", + # ":ans_innerkits_module_setting_test", + # ":ans_innerkits_module_slot_test", ] } -- Gitee