diff options
| author | 2023-04-11 14:40:06 +0100 | |
|---|---|---|
| committer | 2023-04-11 15:56:56 +0100 | |
| commit | 2d739498ab1e94a5f5f15dd3d41db93c72c8fab7 (patch) | |
| tree | bd3668d76fa126fed95ba1622be5b5697d546d5e | |
| parent | bf8a676082dc24a3397c412c9b8b8e68da8f18d1 (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_MAPPING | 8 |
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" } ], |