From b111146c4e77e987f5ed0bc587a40b9b8d1af7da Mon Sep 17 00:00:00 2001 From: l00635678 Date: Tue, 2 Sep 2025 15:52:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=94=A8=E4=BE=8B=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: l00635678 --- test/BUILD.gn | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/BUILD.gn b/test/BUILD.gn index d8c4f997..48e3f5ee 100644 --- a/test/BUILD.gn +++ b/test/BUILD.gn @@ -350,10 +350,5 @@ ohos_unittest("tel_cellular_data_traffic_test") { group("unittest") { testonly = true deps = [ - ":tel_cellular_data_client_test", - ":tel_cellular_data_test", - ":tel_cellular_data_traffic_test", - ":tel_cellular_state_branch_test", - ":tel_cellular_state_machine_test", ] } -- Gitee