android_kernel_samsung_sm8650/net/TEST_MAPPING
Steve Muckle 544114d973 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>
2021-09-15 18:14:38 +00:00

13 lines
187 B
Plaintext

{
"presubmit": [
{
"name": "CtsNetTestCases",
"options": [
{
"exclude-annotation": "com.android.testutils.SkipPresubmit"
}
]
}
]
}