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

Commit 2cc5cd50 authored by Valentin Iftime's avatar Valentin Iftime
Browse files

Add TEST_MAPPING for SystemUI notification files

 Runs CtsNotificationTestCases as pre/postsubmit.

Test: atest --test-mapping frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar:presubmit
Test: atest --test-mapping frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar:postsubmit
Bug: 294034943
Change-Id: I5d3e935ea5623c643c4f6774e4025a7292183f15
parent 8a4ce2a5
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"
    }
  ]
}