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

Commit 3707a754 authored by Jun Wang's avatar Jun Wang Committed by Automerger Merge Worker
Browse files

Merge "update TEST_MAPPING by using new e2e test apk" into sc-v2-dev am: 3187af46 am: 9cb5f433

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16012317

Change-Id: Ic68a8f15a84781808f82cd27e420f6966f64ae19
parents 43c97d5a 9cb5f433
Loading
Loading
Loading
Loading
+9 −4
Original line number Diff line number Diff line
@@ -125,13 +125,18 @@
  ],
  "auto-end-to-end-postsubmit": [
    {
      "name": "AndroidAutoUiTests",
      "name": "AndroidAutomotiveHomeTests",
      "options" : [
        {
          "include-filter": "android.test.functional.auto.apps.HomeHelperTest"
          "include-filter": "android.platform.tests.HomeTest"
        }
      ]
    },
    {
          "include-filter": "android.test.functional.auto.apps.NotificationHelperTest"
      "name": "AndroidAutomotiveNotificationsTests",
      "options" : [
        {
          "include-filter": "android.platform.tests.NotificationTest"
        }
      ]
    }