diff --git a/common/test/moduletest/task_dispatcher/global_task_dispatcher_module_test/BUILD.gn b/common/test/moduletest/task_dispatcher/global_task_dispatcher_module_test/BUILD.gn index 695f28d5dd..fd7cc87971 100644 --- a/common/test/moduletest/task_dispatcher/global_task_dispatcher_module_test/BUILD.gn +++ b/common/test/moduletest/task_dispatcher/global_task_dispatcher_module_test/BUILD.gn @@ -46,6 +46,5 @@ ohos_moduletest("GlobalTaskDispatcherModuleTest") { group("moduletest") { testonly = true - - deps = [ ":GlobalTaskDispatcherModuleTest" ] + # deps = [ ":GlobalTaskDispatcherModuleTest" ] } diff --git a/frameworks/kits/ability/native/test/BUILD.gn b/frameworks/kits/ability/native/test/BUILD.gn index 9a13247f83..823ab18cb5 100644 --- a/frameworks/kits/ability/native/test/BUILD.gn +++ b/frameworks/kits/ability/native/test/BUILD.gn @@ -1093,16 +1093,18 @@ group("unittest") { deps = [] deps += [ - ":ability_context_test", + # ":ability_context_test", ":ability_impl_test", ":ability_lifecycle_executor_test", ":ability_lifecycle_test", ":ability_permission_test", - ":ability_test", + + # ":ability_test", ":ability_thread_dataability_test", ":ability_thread_test", ":continuation_test", - ":data_ability_helper_test", + + # ":data_ability_helper_test", ":data_ability_impl_file_secondpart_test", ":data_ability_impl_file_test", ":data_ability_impl_test", diff --git a/frameworks/kits/appkit/native/test/BUILD.gn b/frameworks/kits/appkit/native/test/BUILD.gn index 63c0cd63bf..abd4db2151 100755 --- a/frameworks/kits/appkit/native/test/BUILD.gn +++ b/frameworks/kits/appkit/native/test/BUILD.gn @@ -382,9 +382,10 @@ group("unittest") { ":ability_start_setting_test", ":application_impl_test", ":application_test", - ":context_container_test", - ":context_deal_test", - ":watchdog_test", + + # ":context_container_test", + # ":context_deal_test", + # ":watchdog_test", ] } ############################################################################### diff --git a/frameworks/kits/test/BUILD.gn b/frameworks/kits/test/BUILD.gn index b2c93bb7c5..ce4df003a8 100644 --- a/frameworks/kits/test/BUILD.gn +++ b/frameworks/kits/test/BUILD.gn @@ -307,7 +307,8 @@ group("moduletest") { if (is_phone_product) { deps += [ ":ability_conetxt_test", - ":ability_moduletest", + + # ":ability_moduletest", ":data_ability_helper_module_test", ":data_ability_operation_moduletest", ] diff --git a/interfaces/kits/napi/aafwk/dataShare/test/unittest/BUILD.gn b/interfaces/kits/napi/aafwk/dataShare/test/unittest/BUILD.gn index 73cdbe6915..a73139a854 100644 --- a/interfaces/kits/napi/aafwk/dataShare/test/unittest/BUILD.gn +++ b/interfaces/kits/napi/aafwk/dataShare/test/unittest/BUILD.gn @@ -30,5 +30,5 @@ ohos_js_unittest("DataShareJsTest") { group("unittest") { testonly = true - deps = [ ":DataShareJsTest" ] + # deps = [ ":DataShareJsTest" ] } diff --git a/services/abilitymgr/test/unittest/phone/ability_manager_service_test/BUILD.gn b/services/abilitymgr/test/unittest/phone/ability_manager_service_test/BUILD.gn index ab7a3c736d..17f08708f2 100755 --- a/services/abilitymgr/test/unittest/phone/ability_manager_service_test/BUILD.gn +++ b/services/abilitymgr/test/unittest/phone/ability_manager_service_test/BUILD.gn @@ -69,6 +69,5 @@ ohos_unittest("ability_manager_service_test") { group("unittest") { testonly = true - - deps = [ ":ability_manager_service_test" ] + # deps = [ ":ability_manager_service_test" ] } diff --git a/services/abilitymgr/test/unittest/phone/pending_want_manager_test/BUILD.gn b/services/abilitymgr/test/unittest/phone/pending_want_manager_test/BUILD.gn index 553196a5e5..564d21574a 100755 --- a/services/abilitymgr/test/unittest/phone/pending_want_manager_test/BUILD.gn +++ b/services/abilitymgr/test/unittest/phone/pending_want_manager_test/BUILD.gn @@ -64,6 +64,5 @@ ohos_unittest("pending_want_manager_test") { group("unittest") { testonly = true - - deps = [ ":pending_want_manager_test" ] + # deps = [ ":pending_want_manager_test" ] } diff --git a/services/abilitymgr/test/unittest/phone/pending_want_record_test/BUILD.gn b/services/abilitymgr/test/unittest/phone/pending_want_record_test/BUILD.gn index d814418470..36439fc9d3 100755 --- a/services/abilitymgr/test/unittest/phone/pending_want_record_test/BUILD.gn +++ b/services/abilitymgr/test/unittest/phone/pending_want_record_test/BUILD.gn @@ -64,6 +64,5 @@ ohos_unittest("pending_want_record_test") { group("unittest") { testonly = true - - deps = [ ":pending_want_record_test" ] + # deps = [ ":pending_want_record_test" ] } diff --git a/services/appmgr/test/unittest/ams_mgr_scheduler_test/BUILD.gn b/services/appmgr/test/unittest/ams_mgr_scheduler_test/BUILD.gn index 967837c076..cb8c1d5523 100644 --- a/services/appmgr/test/unittest/ams_mgr_scheduler_test/BUILD.gn +++ b/services/appmgr/test/unittest/ams_mgr_scheduler_test/BUILD.gn @@ -60,6 +60,5 @@ ohos_unittest("AmsMgrSchedulerTest") { group("unittest") { testonly = true - - deps = [ ":AmsMgrSchedulerTest" ] + # deps = [ ":AmsMgrSchedulerTest" ] } diff --git a/services/formmgr/test/unittest/fms_form_mgr_add_form_test/BUILD.gn b/services/formmgr/test/unittest/fms_form_mgr_add_form_test/BUILD.gn index 87389585e9..fb92a3cf59 100644 --- a/services/formmgr/test/unittest/fms_form_mgr_add_form_test/BUILD.gn +++ b/services/formmgr/test/unittest/fms_form_mgr_add_form_test/BUILD.gn @@ -84,6 +84,5 @@ ohos_unittest("FmsFormMgrAddFormTest") { group("unittest") { testonly = true - - deps = [ ":FmsFormMgrAddFormTest" ] + # deps = [ ":FmsFormMgrAddFormTest" ] } diff --git a/services/formmgr/test/unittest/fms_form_mgr_death_callback_test/BUILD.gn b/services/formmgr/test/unittest/fms_form_mgr_death_callback_test/BUILD.gn index c6195f2cf8..e8231fd539 100644 --- a/services/formmgr/test/unittest/fms_form_mgr_death_callback_test/BUILD.gn +++ b/services/formmgr/test/unittest/fms_form_mgr_death_callback_test/BUILD.gn @@ -85,6 +85,5 @@ ohos_unittest("FmsFormMgrDeathCallbackTest") { group("unittest") { testonly = true - - deps = [ ":FmsFormMgrDeathCallbackTest" ] + # deps = [ ":FmsFormMgrDeathCallbackTest" ] } diff --git a/services/formmgr/test/unittest/fms_form_mgr_update_form_test/BUILD.gn b/services/formmgr/test/unittest/fms_form_mgr_update_form_test/BUILD.gn index 4a7dbe9ef3..335454c7a4 100644 --- a/services/formmgr/test/unittest/fms_form_mgr_update_form_test/BUILD.gn +++ b/services/formmgr/test/unittest/fms_form_mgr_update_form_test/BUILD.gn @@ -83,6 +83,5 @@ ohos_unittest("FmsFormMgrUpdateFormTest") { group("unittest") { testonly = true - - deps = [ ":FmsFormMgrUpdateFormTest" ] + # deps = [ ":FmsFormMgrUpdateFormTest" ] } diff --git a/services/test/BUILD.gn b/services/test/BUILD.gn index b86e2c6cf0..42d989e539 100644 --- a/services/test/BUILD.gn +++ b/services/test/BUILD.gn @@ -46,7 +46,8 @@ group("moduletest") { deps = [ "moduletest/ability_mgr_service_test:moduletest", "moduletest/ability_record_test:moduletest", - "moduletest/ability_stack_test:moduletest", + + # "moduletest/ability_stack_test:moduletest", "moduletest/common/ams:moduletest", "moduletest/dump_module_test:moduletest", "moduletest/ipc_ability_connect_test:moduletest", diff --git a/services/test/moduletest/ability_mgr_service_test/BUILD.gn b/services/test/moduletest/ability_mgr_service_test/BUILD.gn index 62b4ad566d..8737635601 100644 --- a/services/test/moduletest/ability_mgr_service_test/BUILD.gn +++ b/services/test/moduletest/ability_mgr_service_test/BUILD.gn @@ -126,6 +126,5 @@ ohos_moduletest("ability_mgr_module_test") { group("moduletest") { testonly = true - - deps = [ ":ability_mgr_module_test" ] + # deps = [ ":ability_mgr_module_test" ] } diff --git a/services/test/moduletest/common/ams/app_life_cycle_test/BUILD.gn b/services/test/moduletest/common/ams/app_life_cycle_test/BUILD.gn index 690a1c2fed..3d24e62bff 100755 --- a/services/test/moduletest/common/ams/app_life_cycle_test/BUILD.gn +++ b/services/test/moduletest/common/ams/app_life_cycle_test/BUILD.gn @@ -35,6 +35,5 @@ ohos_moduletest("AmsAppLifeCycleModuleTest") { group("moduletest") { testonly = true - - deps = [ ":AmsAppLifeCycleModuleTest" ] + # deps = [ ":AmsAppLifeCycleModuleTest" ] } diff --git a/services/test/moduletest/panding_want_manager_test/BUILD.gn b/services/test/moduletest/panding_want_manager_test/BUILD.gn index 4a483a0f12..356fb53e78 100755 --- a/services/test/moduletest/panding_want_manager_test/BUILD.gn +++ b/services/test/moduletest/panding_want_manager_test/BUILD.gn @@ -95,6 +95,5 @@ ohos_moduletest("PandingWantMgrTest") { group("moduletest") { testonly = true - - deps = [ ":PandingWantMgrTest" ] + # deps = [ ":PandingWantMgrTest" ] } diff --git a/tools/test/unittest/aa/BUILD.gn b/tools/test/unittest/aa/BUILD.gn index d2e66aed3d..d0d7964929 100644 --- a/tools/test/unittest/aa/BUILD.gn +++ b/tools/test/unittest/aa/BUILD.gn @@ -160,7 +160,7 @@ group("unittest") { testonly = true deps = [ - ":aa_command_dump_test", + # ":aa_command_dump_test", ":aa_command_screen_test", ":aa_command_start_test", ":aa_command_stop_service_test",