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

Commit aa56ba67 authored by Gavin Williams's avatar Gavin Williams
Browse files

Autoclick Tests: Disable tests

Disable the AutoclickPanelTests while investigating the root cause of
test failures.

Bug: 418259247
Test: atest AutoclickPanelTests
Flag: com.android.server.accessibility.enable_autoclick_indicator
Change-Id: I5a12299271c7f9927c637aeedbcc3d41a43c51b5
parent 4628614e
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 {