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

Commit 17caec71 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add TEST_MAPPING for com.android.server.display" into tm-dev am:...

Merge "Add TEST_MAPPING for com.android.server.display" into tm-dev am: 3ce32193 am: 01418e6c am: b90187d2

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



Change-Id: I2efbdd36f5b56974f6061aa6585082f5cf222a5d
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 5a6d029b b90187d2
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "FrameworksServicesTests",
      "options": [
        {
          "include-filter": "com.android.server.display."
        },
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "org.junit.Ignore"
        }
      ]
    }
  ]
}