diff options
| author | 2023-07-31 09:58:43 +0000 | |
|---|---|---|
| committer | 2023-07-31 09:58:43 +0000 | |
| commit | 65c0b6937da66a74f4d6a025671574b7fd11294e (patch) | |
| tree | 9188d91055be2c1805cf23915ac8b6eeb7f30c26 | |
| parent | c34ce20877503df27f1c38828a30dcb6c5add861 (diff) | |
| parent | 79ae59602fdce988492682289212873e78d7937c (diff) | |
Merge "Exclude flaky test from libvibratorservice_test presubmit" into main
| -rw-r--r-- | services/vibratorservice/TEST_MAPPING | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/services/vibratorservice/TEST_MAPPING b/services/vibratorservice/TEST_MAPPING index 63a2bd0059..7e382a3841 100644 --- a/services/vibratorservice/TEST_MAPPING +++ b/services/vibratorservice/TEST_MAPPING @@ -6,6 +6,10 @@ // TODO(b/293603710): Fix flakiness { "exclude-filter": "VibratorCallbackSchedulerTest#TestScheduleRunsOnlyAfterDelay" + }, + // TODO(b/293623689): Fix flakiness + { + "exclude-filter": "VibratorCallbackSchedulerTest#TestScheduleMultipleCallbacksRunsInDelayOrder" } ] } |