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

Commit 2dbd527b authored by Pavel Grafov's avatar Pavel Grafov Committed by Android (Google) Code Review
Browse files

Merge "Move non-flaky not too long tests into presubmit"

parents 1e611b12 1edbb81e
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
{
  "postsubmit": [
  "presubmit": [
    {
      "name": "CtsDevicePolicyManagerTestCases",
      "options": [
        {
          "exclude-annotation": "android.platform.test.annotations.FlakyTest"
        },
        {
          "exclude-annotation": "android.platform.test.annotations.LargeTest"
        }
      ]
    }
  ],
  "postsubmit": [
    {
      "name": "CtsDevicePolicyManagerTestCases"
    }
  ]
}