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

Commit 1edbb81e authored by Pavel Grafov's avatar Pavel Grafov
Browse files

Move non-flaky not too long tests into presubmit

Bug: 135979609
Test: atest
Change-Id: I77e0428e5e77b2fd5f377533a239a57df388f08d
parent 652e05f0
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"
    }
  ]
}