Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Cleanup after test suite split.
Browse files Browse the repository at this point in the history
Bug: 238141698
Bug: 261478099
Test: presubmit
Change-Id: I3d99829a735bc09b52ef77d75d875ca547d53f01
Merged-In: I3d99829a735bc09b52ef77d75d875ca547d53f01
  • Loading branch information
alexbuy authored and patrickbaumann committed Dec 7, 2022
1 parent b8859a2 commit 0cadcd1
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
30 changes: 30 additions & 0 deletions TEST_MAPPING
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
}
]
}
]
}
1 change: 0 additions & 1 deletion services/tests/servicestests/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0cadcd1

Please sign in to comment.