From 69a2728cc11582aeebb5ffd9e5257882b048170b Mon Sep 17 00:00:00 2001 From: XTStarry Date: Wed, 20 Oct 2021 15:41:21 +0800 Subject: [PATCH] =?UTF-8?q?fixed=202ccdeae=20from=20https://gitee.com/XTSt?= =?UTF-8?q?arry/xts=5Facts/pulls/941=20=E5=B1=8F=E8=94=BD=E5=BC=80?= =?UTF-8?q?=E5=8F=91=E6=9C=AA=E5=90=88=E5=85=A5=E9=83=A8=E5=88=86=E7=9A=84?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95=E5=A5=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: XTStarry --- storage/BUILD.gn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/storage/BUILD.gn b/storage/BUILD.gn index f07f9d949..99e28c07a 100644 --- a/storage/BUILD.gn +++ b/storage/BUILD.gn @@ -16,14 +16,14 @@ group("storage") { testonly = true if (is_standard_system) { deps = [ - "storagedsmjstest:storagedsm_js_test", - + #"storagedsmjstest:storagedsm_js_test", # "storagedsmstabilityjstest:storagedsmstability_js_test", "storagefileconcurrentjstest:storagefileconcurrent_js_test", "storagefileioerrorjstest:storagefileioerror_js_test", "storagefileiojstest:storagefileio_js_test", - "storagefmspublicjstest:storagefmspublic_js_test", - "storagefmssharejstest:storagefmsshare_js_test", + + # "storagefmspublicjstest:storagefmspublic_js_test", + # "storagefmssharejstest:storagefmsshare_js_test", # "storagefileioperformancejstest:storagefileioperformance_js_test", # "storagefileioreliabilityjstest:storagefileioreliability_js_test", -- GitLab