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 <smuckle@google.com>
This commit is contained in:
Steve Muckle 2021-09-14 23:32:10 +00:00
parent c0d1ebaba1
commit 544114d973
2 changed files with 12 additions and 2 deletions

View File

@ -1,7 +1,12 @@
{
"presubmit": [
{
"name": "CtsNetTestCases"
"name": "CtsNetTestCases",
"options": [
{
"exclude-annotation": "com.android.testutils.SkipPresubmit"
}
]
}
]
}

View File

@ -1,7 +1,12 @@
{
"presubmit": [
{
"name": "CtsNetTestCases"
"name": "CtsNetTestCases",
"options": [
{
"exclude-annotation": "com.android.testutils.SkipPresubmit"
}
]
}
]
}