temporarily remove notifytdd cases

Signed-off-by: liuhonglin9 <liuhonglin9@huawei.com>
Change-Id: I779e154ae98ec55b3653f5c6ca65df9e3bee85db
This commit is contained in:
liuhonglin9 2023-10-24 08:37:35 +00:00
parent b5ffe07fa1
commit 72fc215b23

View File

@ -60,10 +60,7 @@ ohos_unittest("medialibrary_file_access_test") {
ohos_unittest("external_file_access_test") {
module_out_path = "filemanagement/user_file_service"
sources = [
"external_file_access_test.cpp",
"external_notify_test.cpp",
]
sources = [ "external_file_access_test.cpp" ]
include_dirs = [
"${ability_runtime_path}/interfaces/kits/native/appkit/ability_runtime/context",