Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 52e82d98 authored by Thiébaud Weksteen's avatar Thiébaud Weksteen Committed by Cherrypicker Worker
Browse files

Add presubmit TEST_MAPPING

Move to the 'device-tests' test suites to ensure the correct platform
certificate is used (see b/272181400).

Bug: 269721152
Bug: 272181400
Test: atest
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:1f635608637d76ad750e0a0675cb557c9fef3131)
Merged-In: Ibd84045b26efe2b46a33da9c220834e0f7c33fd8

Change-Id: I840d79e1132162b64f233979200309d53a39d36b
parent 3eb479c5
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "EnforcePermissionTests"
    }
  ]
}
+1 −1
Original line number Diff line number Diff line
@@ -34,5 +34,5 @@ android_test {
    ],
    platform_apis: true,
    certificate: "platform",
    test_suites: ["general-tests"],
    test_suites: ["device-tests"],
}