Bug: 155604488
Test: atest --test-mapping --dry-run \
services/core/java/com/android/server/os:presubmit
Test: atest --test-mapping --dry-run core/java/android/os:presubmit
Change-Id: I054d05d4fa8ff02f1c404d0883c382a2d5911f88
Merged-In: I054d05d4fa8ff02f1c404d0883c382a2d5911f88
(cherry picked from commit 848113e595)
32 lines
543 B
Plaintext
32 lines
543 B
Plaintext
{
|
|
"presubmit": [
|
|
{
|
|
"name": "CtsBugreportTestCases",
|
|
"options": [
|
|
{
|
|
"exclude-annotation": "androidx.test.filters.LargeTest"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "ShellTests",
|
|
"options": [
|
|
{
|
|
"exclude-annotation": "androidx.test.filters.LargeTest"
|
|
},
|
|
{
|
|
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"postsubmit": [
|
|
{
|
|
"name": "CtsBugreportTestCases"
|
|
},
|
|
{
|
|
"name": "ShellTests"
|
|
}
|
|
]
|
|
}
|