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

Commit c75dc388 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

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

parents da8da319 2cc5cd50
Loading
Loading
Loading
Loading
+29 −0
Original line number Original line 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"
    }
  ]
}