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

Commit 79a19108 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Bulk-enable more SysUI tests on Ravenwood.

These test classes have been found to be passing green on Ravenwood,
so they're prime candidates for mechanical enabling.

Bug: 319647875
Test: atest SystemUiRoboTests
Test: atest SystemUiRavenTests
Change-Id: I4db7d9558eb2be7618049530b4a28c77e8624795
parent 58a81b63
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ import org.junit.runner.RunWith

@SmallTest
@RunWith(AndroidJUnit4::class)
@android.platform.test.annotations.EnabledOnRavenwood
class SysuiTestCaseSelfTest : SysuiTestCase() {
    private val contextBeforeSetup = context

+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ import org.junit.runner.RunWith

@SmallTest
@RunWith(AndroidJUnit4::class)
@android.platform.test.annotations.EnabledOnRavenwood
class AccessibilityQsShortcutsRepositoryImplTest : SysuiTestCase() {
    private val testDispatcher = StandardTestDispatcher()
    private val testScope = TestScope(testDispatcher)
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ import org.junit.runner.RunWith
@OptIn(ExperimentalCoroutinesApi::class)
@SmallTest
@RunWith(AndroidJUnit4::class)
@android.platform.test.annotations.EnabledOnRavenwood
class ColorCorrectionRepositoryImplTest : SysuiTestCase() {

    private val testUser1 = UserHandle.of(1)!!
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ import org.junit.runner.RunWith
@OptIn(ExperimentalCoroutinesApi::class)
@SmallTest
@RunWith(AndroidJUnit4::class)
@android.platform.test.annotations.EnabledOnRavenwood
class ColorInversionRepositoryImplTest : SysuiTestCase() {

    private val testUser1 = UserHandle.of(1)!!
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ import org.junit.runner.RunWith

@SmallTest
@RunWith(AndroidJUnit4::class)
@android.platform.test.annotations.EnabledOnRavenwood
class UserA11yQsShortcutsRepositoryTest : SysuiTestCase() {
    private val secureSettings = FakeSettings()
    private val testDispatcher = StandardTestDispatcher()
Loading