diff --git a/packages/SystemUI/tests/src/com/android/systemui/navigationbar/gestural/BackPanelControllerTest.kt b/packages/SystemUI/tests/src/com/android/systemui/navigationbar/gestural/BackPanelControllerTest.kt index f42bfb8e0dfe5..bc31a0ec81a67 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/navigationbar/gestural/BackPanelControllerTest.kt +++ b/packages/SystemUI/tests/src/com/android/systemui/navigationbar/gestural/BackPanelControllerTest.kt @@ -97,15 +97,6 @@ class BackPanelControllerTest : SysuiTestCase() { .isEqualTo(BackPanelController.GestureState.GONE) } - @Test - fun handlesDragSlopCrossed() { - startTouch() - continueTouch(START_X + touchSlop + 1) - - assertThat(mBackPanelController.currentState) - .isEqualTo(BackPanelController.GestureState.ENTRY) - } - @Test fun handlesBackCommitted() { startTouch()