Remove VelocityTrackerTest from TEST_MAPPING
This test was moved to CtsInputTestCases, which are already running in
presubmit. So we just need to remove it from the TEST_MAPPING.
Bug: 296648212
Test: (cd frameworks/native/services/inputflinger && atest)
Change-Id: I6a87629e0c19d8ca39092aa20ea894ca56df7c6e
diff --git a/services/inputflinger/TEST_MAPPING b/services/inputflinger/TEST_MAPPING
index c2da5ba..ee1f3cb 100644
--- a/services/inputflinger/TEST_MAPPING
+++ b/services/inputflinger/TEST_MAPPING
@@ -72,9 +72,6 @@
"include-filter": "android.view.cts.TouchDelegateTest"
},
{
- "include-filter": "android.view.cts.VelocityTrackerTest"
- },
- {
"include-filter": "android.view.cts.VerifyInputEventTest"
},
{
@@ -218,9 +215,6 @@
"include-filter": "android.view.cts.TouchDelegateTest"
},
{
- "include-filter": "android.view.cts.VelocityTrackerTest"
- },
- {
"include-filter": "android.view.cts.VerifyInputEventTest"
},
{