diff --git a/tests/moduletests/BUILD.gn b/tests/moduletests/BUILD.gn index 5de2e6da91503300bc3d1a1fa6741d008043437e..2a137ec4c922649334aafe0b9a80dce0124e6c09 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" ] }