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

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

Merge "Local TEST_MAPPING config for Platinum Suite"

parents dd679395 46363d4d
Loading
Loading
Loading
Loading
+23 −0
Original line number Original line Diff line number Diff line
{
  // Looking for unit test presubmit configuration?
  // This currently lives in ATP config apct/system_ui/unit_test
  "staged-platinum-postsubmit": [
    {
      "name": "PlatformScenarioTests",
      "options": [
        {
            "include-filter": "android.platform.test.scenario.sysui"
        },
        {
            "include-filter": "android.platform.test.scenario.quicksettings"
        },
        {
            "include-filter": "android.platform.test.scenario.notification"
        },
        {
            "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ]
}