summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2023-07-31 09:58:43 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-07-31 09:58:43 +0000
commit65c0b6937da66a74f4d6a025671574b7fd11294e (patch)
tree9188d91055be2c1805cf23915ac8b6eeb7f30c26
parentc34ce20877503df27f1c38828a30dcb6c5add861 (diff)
parent79ae59602fdce988492682289212873e78d7937c (diff)
Merge "Exclude flaky test from libvibratorservice_test presubmit" into main
-rw-r--r--services/vibratorservice/TEST_MAPPING4
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"
}
]
}