From 7900c5709f55099e295f227d4d9401d707ea4973 Mon Sep 17 00:00:00 2001 From: Steve Muckle Date: Tue, 14 Sep 2021 23:32:10 +0000 Subject: [PATCH] ANDROID: align include/net, net/ TEST_MAPPING config with platform The configuration for CtsNetTestCases has an exclude-annotation in the platform TEST_MAPPING. Bug: 199933857 Change-Id: I7219518b21c8678c9f70b6f0b0eb8dd3a5468f00 Signed-off-by: Steve Muckle --- include/net/TEST_MAPPING | 7 ++++++- net/TEST_MAPPING | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/include/net/TEST_MAPPING b/include/net/TEST_MAPPING index c8614a6ad3d2..1eb8d436031a 100644 --- a/include/net/TEST_MAPPING +++ b/include/net/TEST_MAPPING @@ -1,7 +1,12 @@ { "presubmit": [ { - "name": "CtsNetTestCases" + "name": "CtsNetTestCases", + "options": [ + { + "exclude-annotation": "com.android.testutils.SkipPresubmit" + } + ] } ] } diff --git a/net/TEST_MAPPING b/net/TEST_MAPPING index c8614a6ad3d2..1eb8d436031a 100644 --- a/net/TEST_MAPPING +++ b/net/TEST_MAPPING @@ -1,7 +1,12 @@ { "presubmit": [ { - "name": "CtsNetTestCases" + "name": "CtsNetTestCases", + "options": [ + { + "exclude-annotation": "com.android.testutils.SkipPresubmit" + } + ] } ] }