diff --git a/build_lite/BUILD.gn b/build_lite/BUILD.gn index 0a05957e2750a1d1701405620b0cf7c8b3b0e205..df9130435eee2fbfa221435c891b8e69b39f4391 100644 --- a/build_lite/BUILD.gn +++ b/build_lite/BUILD.gn @@ -40,7 +40,7 @@ lite_component("acts_component") { "//test/xts/acts/iot_hardware_lite/iot_controller_hal:ActsWifiIotTest", "//test/xts/acts/kernel_lite/kernelcmsis_hal:ActsCMSISTest", "//test/xts/acts/utils_lite/kv_store_hal:ActsKvStoreTest", - "//test/xts/acts/security_lite/huks_hal:ActsSecurityDataTest", + #"//test/xts/acts/security_lite/huks_hal:ActsSecurityDataTest", "//test/xts/acts/hiviewdfx_lite/hilog_hal:ActsDfxFuncTest", "//test/xts/acts/distributed_schedule_lite/system_ability_manager_hal:ActsSamgrTest", @@ -82,7 +82,7 @@ lite_component("acts_component") { all_features += [ "//test/xts/acts/utils_lite/kv_store_posix:ActsKvStoreTest", "//test/xts/acts/startup_lite/syspara_posix:ActsParameterTest", - "//test/xts/acts/security_lite/huks_posix:ActsSecurityDataTest", + #"//test/xts/acts/security_lite/huks_posix:ActsSecurityDataTest", #"//test/xts/acts/multimedia_lite/camera_lite_posix/camera_native:ActsMediaCameraTest", #"//test/xts/acts/multimedia_lite/media_lite_posix/player_native:ActsMediaPlayerTest", #"//test/xts/acts/multimedia_lite/media_lite_posix/recorder_native:ActsMediaRecorderTest", diff --git a/security_lite/BUILD.gn b/security_lite/BUILD.gn index 6122699c67934c28fd076f1b70fbd714de2193bd..c5a5a405b3d5e34a6f5f15e72b5746549fc5015f 100755 --- a/security_lite/BUILD.gn +++ b/security_lite/BUILD.gn @@ -13,7 +13,7 @@ group("securitytest") { deps = [ - "//test/xts/acts/security_lite/huks_posix:ActsSecurityDataTest", + #"//test/xts/acts/security_lite/huks_posix:ActsSecurityDataTest", "//test/xts/acts/security_lite/permission_posix/capability:ActsCapabilityTest", "//test/xts/acts/security_lite/permission_posix/dac:ActsDacTest", ]