Cleanup after test suite split.

Bug: 238141698
Bug: 262254794
Test: presubmit
Change-Id: I3d99829a735bc09b52ef77d75d875ca547d53f01
Merged-In: I3d99829a735bc09b52ef77d75d875ca547d53f01
This commit is contained in:
Alex Buynytskyy
2022-11-23 20:40:38 +00:00
committed by Patrick Baumann
parent d4e51d102f
commit b783302843
2 changed files with 30 additions and 1 deletions

View File

@@ -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"
}
]
} }
] ]
} }

View File

@@ -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",