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

Commit f6e7740b authored by Lais Andrade's avatar Lais Andrade
Browse files

Exclude flaky test from libvibratorservice_test presubmit

Also add postsubmit mapping to the excluded tests can be monitored and
returned to presubmit.

Bug: 293603710
Test: atest --test-mapping services/vibratorservice:presubmit
Change-Id: I4cc55a58b4b0e9f5482e300e04f8c583e62e0555
parent 79edff5b
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "libvibratorservice_test",
      "options": [
        // TODO(b/293603710): Fix flakiness
        {
          "exclude-filter": "VibratorCallbackSchedulerTest#TestScheduleRunsOnlyAfterDelay"
        }
      ]
    }
  ],
  "postsubmit": [
    {
      "name": "libvibratorservice_test"
    }