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

Commit afd8944a authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add TEST_MAPPING for SystemUI notification files" into udc-qpr-dev am:...

Merge "Add TEST_MAPPING for SystemUI notification files" into udc-qpr-dev am: c75dc388 am: 6c5a65fb

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



Change-Id: I10f47650202c57f50defa59863118111d3dbc926
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 117b9029 6c5a65fb
Loading
Loading
Loading
Loading
+29 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "CtsNotificationTestCases",
      "options": [
        {
          "exclude-annotation": "android.platform.test.annotations.FlakyTest"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
          "exclude-annotation": "android.platform.test.annotations.LargeTest"
        },
        {
          "exclude-annotation": "androidx.test.filters.LargeTest"
        }
      ]
    }
  ],
  "postsubmit": [
    {
      "name": "CtsNotificationTestCases"
    }
  ]
}