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:
parent
c0d1ebaba1
commit
544114d973
|
@ -1,7 +1,12 @@
|
|||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "CtsNetTestCases"
|
||||
"name": "CtsNetTestCases",
|
||||
"options": [
|
||||
{
|
||||
"exclude-annotation": "com.android.testutils.SkipPresubmit"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,7 +1,12 @@
|
|||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "CtsNetTestCases"
|
||||
"name": "CtsNetTestCases",
|
||||
"options": [
|
||||
{
|
||||
"exclude-annotation": "com.android.testutils.SkipPresubmit"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue