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

Commit 69b92500 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Exclude flaky test from libvibratorservice_test presubmit" into main

parents 69a905c5 f6e7740b
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"
    }