diff options
| author | 2023-11-27 15:34:34 +0000 | |
|---|---|---|
| committer | 2023-11-27 15:34:34 +0000 | |
| commit | 86382017378fca31f16d81a0df26205148a1188f (patch) | |
| tree | c6f98634f9cc22ea4b5cefefe02a4cd823489148 | |
| parent | d9da3e65348c4790623d85aa0a13c337765c6d6f (diff) | |
| parent | 332493d54807cfbb0b82996952a676a64ec243e7 (diff) | |
Merge "TEST_MAPPING: re-enable fixed scheduler test" into main
| -rw-r--r-- | services/vibratorservice/TEST_MAPPING | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/services/vibratorservice/TEST_MAPPING b/services/vibratorservice/TEST_MAPPING index 7e382a3841..63a2bd0059 100644 --- a/services/vibratorservice/TEST_MAPPING +++ b/services/vibratorservice/TEST_MAPPING @@ -6,10 +6,6 @@ // TODO(b/293603710): Fix flakiness { "exclude-filter": "VibratorCallbackSchedulerTest#TestScheduleRunsOnlyAfterDelay" - }, - // TODO(b/293623689): Fix flakiness - { - "exclude-filter": "VibratorCallbackSchedulerTest#TestScheduleMultipleCallbacksRunsInDelayOrder" } ] } |