Add VibratorCallbackSchedulerTest tests to presubmit

Remove the exclude-filter entries for fixed tests from
VibratorCallbackSchedulerTest.

Tests are now consistently passing in post-submit runs.

Change-Id: Ide9404e3b1cf15c1aa2c70dc8fefae31d36919a8
Test: atest VibratorCallbackSchedulerTest
Fix: 293623689
Fix: 293603710
diff --git a/services/vibratorservice/TEST_MAPPING b/services/vibratorservice/TEST_MAPPING
index 81c37b0..af48673 100644
--- a/services/vibratorservice/TEST_MAPPING
+++ b/services/vibratorservice/TEST_MAPPING
@@ -1,17 +1,7 @@
 {
   "presubmit": [
     {
-      "name": "libvibratorservice_test",
-      "options": [
-        {
-          // TODO(b/293603710): Fix flakiness
-          "exclude-filter": "VibratorCallbackSchedulerTest#TestScheduleRunsOnlyAfterDelay"
-        },
-        {
-          // TODO(b/293623689): Fix flakiness
-          "exclude-filter": "VibratorCallbackSchedulerTest#TestScheduleMultipleCallbacksRunsInDelayOrder"
-        }
-      ]
+      "name": "libvibratorservice_test"
     }
   ],
   "postsubmit": [