From d0a64b4011307c2e09e0217486439e81bd0cbc2d Mon Sep 17 00:00:00 2001 From: XTStarry Date: Wed, 1 Sep 2021 11:31:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9storage=E5=92=8Cdistributedda?= =?UTF-8?q?tamgr=E7=9A=84=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: XTStarry --- distributeddatamgr/BUILD.gn | 1 - storage/BUILD.gn | 9 +++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/distributeddatamgr/BUILD.gn b/distributeddatamgr/BUILD.gn index c661eb502..b58a8686b 100755 --- a/distributeddatamgr/BUILD.gn +++ b/distributeddatamgr/BUILD.gn @@ -23,7 +23,6 @@ group("distributeddatamgr") { deps = [ "appdatamgrtest/hap:appdatamgrfunctest_hap", "distributeddatamgrtest/hap:distributeddatamgrfunctest_hap", - "distributedfiletest/hap:distributedfilefunctest_hap", "searchtest/hap:searchfunctest_hap", ] } diff --git a/storage/BUILD.gn b/storage/BUILD.gn index 76d7c1ed6..c28cdb205 100644 --- a/storage/BUILD.gn +++ b/storage/BUILD.gn @@ -19,10 +19,11 @@ group("storage") { "storagefileconcurrentjstest:storagefileconcurrent_js_test", "storagefileioerrorjstest:storagefileioerror_js_test", "storagefileiojstest:storagefileio_js_test", - "storagefileioperformancejstest:storagefileioperformance_js_test", - "storagefileioreliabilityjstest:storagefileioreliability_js_test", - "storagefileiostabilityjstest:storagefileiostability_js_test", - "storagefilestabilityjstest:storagefilestability_js_test", + + # "storagefileioperformancejstest:storagefileioperformance_js_test", + # "storagefileioreliabilityjstest:storagefileioreliability_js_test", + # "storagefileiostabilityjstest:storagefileiostability_js_test", + # "storagefilestabilityjstest:storagefilestability_js_test", ] } } -- GitLab