summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Sarp Misoglu <sarpm@google.com> 2023-04-11 14:40:06 +0100
committer Sarp Misoglu <sarpm@google.com> 2023-04-11 15:56:56 +0100
commit2d739498ab1e94a5f5f15dd3d41db93c72c8fab7 (patch)
treebd3668d76fa126fed95ba1622be5b5697d546d5e
parentbf8a676082dc24a3397c412c9b8b8e68da8f18d1 (diff)
Add B&R on-device unit tests to presubmits
This is a bit of a speculative change. There are a couple unit tests that are failing (seemingly) only when the whole FrameworksMockingServicesTests module is run on cloud infra for postsubmits. Test: Presubmits Bug: 277732940 Change-Id: I1a3e4a4a71a910dd40e0f1486ee88677af44c652
-rw-r--r--services/backup/TEST_MAPPING8
1 files changed, 8 insertions, 0 deletions
diff --git a/services/backup/TEST_MAPPING b/services/backup/TEST_MAPPING
index 4a8bd8e8c9e7..e5395831094b 100644
--- a/services/backup/TEST_MAPPING
+++ b/services/backup/TEST_MAPPING
@@ -1,6 +1,14 @@
{
"presubmit": [
{
+ "name": "FrameworksMockingServicesTests",
+ "options": [
+ {
+ "include-filter": "com.android.server.backup"
+ }
+ ]
+ },
+ {
"name": "CtsBackupTestCases"
}
],