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

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

Revert "Autoclick Tests: Disable tests"

This reverts commit aa56ba67.

Reason for revert: The test failures were resolved by ag/33846049

Bug: 418259247
Change-Id: Ib07cecf01d4dd4e3d9358f2494daf9fadcfa630d
parent aa56ba67
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 {