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

Commit f2dc2471 authored by Mike Schneider's avatar Mike Schneider
Browse files

Run `mechanics_tests` in presubmit


Change-Id: I92fdf27867f662f7378327a8d5a38060e432ec5a
Flag: TEST_ONLY
Test: atest mechanics_tests
Bug: 379248269
parent 843d6ae7
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
{
  "postsubmit": [
  "presubmit": [
    {
      "name": "mechanics_tests"
      "name": "mechanics_tests",
      "options": [
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ]
}