mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-28 21:40:27 +09:00
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>
13 lines
187 B
Plaintext
13 lines
187 B
Plaintext
{
|
|
"presubmit": [
|
|
{
|
|
"name": "CtsNetTestCases",
|
|
"options": [
|
|
{
|
|
"exclude-annotation": "com.android.testutils.SkipPresubmit"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|