Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d747b2de authored by Chun-Ku Lin's avatar Chun-Ku Lin Committed by Android (Google) Code Review
Browse files

Merge "Autoclick Tests: Disable tests" into main

parents d90a6dba aa56ba67
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -40,12 +40,14 @@ import org.junit.Assert.assertFalse
import org.junit.Assert.assertNotEquals
import org.junit.Assert.assertNotNull
import org.junit.Before
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.junit.runner.RunWith
import org.junit.runners.JUnit4
import platform.test.desktop.DesktopMouseTestRule

@Ignore
@RunWith(JUnit4::class)
@RequiresFlagsEnabled(Flags.FLAG_ENABLE_AUTOCLICK_INDICATOR)
class AutoclickPanelTests {