Merge changes from topic "b/262254794" into tm-dev am: a79341e01e
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20765766 Change-Id: I7ac756783fc92f8e5f1547d2964de81ccc5733dd 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": [
|
"presubmit": [
|
||||||
{
|
{
|
||||||
"name": "ManagedProvisioningTests",
|
"name": "ManagedProvisioningTests",
|
||||||
@@ -167,6 +183,20 @@
|
|||||||
"exclude-annotation": "org.junit.Ignore"
|
"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",
|
"hamcrest-library",
|
||||||
"servicestests-utils",
|
"servicestests-utils",
|
||||||
"service-jobscheduler",
|
"service-jobscheduler",
|
||||||
"service-permission.impl",
|
|
||||||
// TODO: remove once Android migrates to JUnit 4.12,
|
// TODO: remove once Android migrates to JUnit 4.12,
|
||||||
// which provides assertThrows
|
// which provides assertThrows
|
||||||
"testng",
|
"testng",
|
||||||
|
|||||||
Reference in New Issue
Block a user