Add TODOs to clean up tests that were duplicated for refactoring
Bug: 293587049
Bug: 311416205
Test: None
Change-Id: Ie7239faab63c63223f4199f7921ae2455ffb7896
diff --git a/services/inputflinger/tests/GestureConverter_test.cpp b/services/inputflinger/tests/GestureConverter_test.cpp
index 22c1eef..d2b68dd 100644
--- a/services/inputflinger/tests/GestureConverter_test.cpp
+++ b/services/inputflinger/tests/GestureConverter_test.cpp
@@ -1305,6 +1305,8 @@
ASSERT_FALSE(mReader->getContext()->isPreventingTouchpadTaps());
}
+// TODO(b/311416205): De-duplicate the test cases after the refactoring is complete and the flagging
+// logic can be removed.
class GestureConverterTestWithChoreographer : public GestureConverterTestBase {
protected:
void SetUp() override {