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

Commit d2775f2b authored by Gavin Williams's avatar Gavin Williams Committed by Android (Google) Code Review
Browse files

Merge "Revert "Autoclick Tests: Disable tests"" into main

parents a2490d2a d6cdcd49
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -40,14 +40,12 @@ 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 {