From c517f629d4b48a649ac7009e5abc12f276e5026f Mon Sep 17 00:00:00 2001 From: zhaoyongjin1 Date: Sat, 21 Oct 2023 17:57:46 +0800 Subject: [PATCH] tdd bugfix Signed-off-by: zhaoyongjin1 --- tests/moduletests/BUILD.gn | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/moduletests/BUILD.gn b/tests/moduletests/BUILD.gn index 5de2e6da9..2a137ec4c 100644 --- a/tests/moduletests/BUILD.gn +++ b/tests/moduletests/BUILD.gn @@ -17,8 +17,5 @@ import("//foundation/filemanagement/app_file_service/backup.gni") group("moduletests") { testonly = true - deps = [ - "backup_kit_inner:session_test", - "backup_tool:tools_test", - ] + deps = [ "backup_kit_inner:session_test" ] } -- Gitee