diff options
author | 2023-11-21 20:33:13 +0000 | |
---|---|---|
committer | 2023-11-21 20:33:13 +0000 | |
commit | 332493d54807cfbb0b82996952a676a64ec243e7 (patch) | |
tree | d8dd2993c958a979ee6c39ff4a353a14617aaa7b /services/vibratorservice | |
parent | ffce10d11f38ff85a230e1feb3a6a2cb2bbc040b (diff) |
TEST_MAPPING: re-enable fixed scheduler test
Turning up
VibratorCallbackSchedulerTest#TestScheduleMultipleCallbacksRunsInDelayOrder
as it has been fixed and passing in post-submit runs.
Test: atest VibratorCallbackSchedulerTest
Bug: 293623689
Change-Id: I33aa73927a5b64fdf7de2e1a8ed897bd278c3ba4
Signed-off-by: Lucas Henneman <henneman@google.com>
Diffstat (limited to 'services/vibratorservice')
-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" } ] } |