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

Commit 6c5a65fb 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: c75dc388

parents 8619f38a c75dc388
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"
    }
  ]
}