Merge changes from topic "PackageManagerServiceTests-tm-qpr-dev" into tm-qpr-dev am: 051e23fab4
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20656490 Change-Id: I2e6c36f91418cfadb84f0fa50f49935a6f4ca222 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
30
TEST_MAPPING
30
TEST_MAPPING
@@ -15,6 +15,22 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"presubmit-pm": [
|
||||
{
|
||||
"name": "PackageManagerServiceServerTests",
|
||||
"options": [
|
||||
{
|
||||
"include-annotation": "android.platform.test.annotations.Presubmit"
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "org.junit.Ignore"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "ManagedProvisioningTests",
|
||||
@@ -167,6 +183,20 @@
|
||||
"exclude-annotation": "org.junit.Ignore"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "PackageManagerServiceServerTests",
|
||||
"options": [
|
||||
{
|
||||
"include-annotation": "android.platform.test.annotations.Presubmit"
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
||||
},
|
||||
{
|
||||
"exclude-annotation": "org.junit.Ignore"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -55,7 +55,6 @@ android_test {
|
||||
"hamcrest-library",
|
||||
"servicestests-utils",
|
||||
"service-jobscheduler",
|
||||
"service-permission.impl",
|
||||
// TODO: remove once Android migrates to JUnit 4.12,
|
||||
// which provides assertThrows
|
||||
"testng",
|
||||
|
||||
Reference in New Issue
Block a user