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

Commit 90148a3a authored by Lais Andrade's avatar Lais Andrade
Browse files

Add VibratorCallbackSchedulerTest tests to presubmit

Remove the exclude-filter entries for fixed tests from
VibratorCallbackSchedulerTest.

Tests are now consistently passing in post-submit runs.

Change-Id: Ide9404e3b1cf15c1aa2c70dc8fefae31d36919a8
Test: atest VibratorCallbackSchedulerTest
Fix: 293623689
Fix: 293603710
parent 189e01e1
Loading
Loading
Loading
Loading
+1 −11
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "libvibratorservice_test",
      "options": [
        {
          // TODO(b/293603710): Fix flakiness
          "exclude-filter": "VibratorCallbackSchedulerTest#TestScheduleRunsOnlyAfterDelay"
        },
        {
          // TODO(b/293623689): Fix flakiness
          "exclude-filter": "VibratorCallbackSchedulerTest#TestScheduleMultipleCallbacksRunsInDelayOrder"
        }
      ]
      "name": "libvibratorservice_test"
    }
  ],
  "postsubmit": [