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

Commit 3cf8dbc1 authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Delete explicit ravenwood annotations

The base class no longer has a @DisabledOnRavenwood, so the subclass
annotations are no longer needed.

Bug: 292141694
Flag: TEST_ONLY

Test: presubmit
Change-Id: Ie271fd9ab12cf4b72aafd978938d611bec9bb40b
parent 003b2bc6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@ import org.junit.runner.RunWith

@SmallTest
@RunWith(AndroidJUnit4::class)
@android.platform.test.annotations.EnabledOnRavenwood
class DarkIconInteractorTest : SysuiTestCase() {

    private val kosmos = testKosmos()
+0 −1
Original line number Diff line number Diff line
@@ -47,7 +47,6 @@ import org.junit.runner.RunWith
@SmallTest
@RunWith(AndroidJUnit4::class)
@ExperimentalCoroutinesApi
@android.platform.test.annotations.EnabledOnRavenwood
class ManagedProfileInteractorTest : SysuiTestCase() {

    private val kosmos = testKosmos().useUnconfinedTestDispatcher()
+0 −1
Original line number Diff line number Diff line
@@ -38,7 +38,6 @@ import org.junit.runner.RunWith
@SmallTest
@RunWith(AndroidJUnit4::class)
@EnableFlags(SystemStatusIconsInCompose.FLAG_NAME)
@android.platform.test.annotations.EnabledOnRavenwood
class DataSaverIconViewModelTest : SysuiTestCase() {

    private val kosmos = testKosmos().useUnconfinedTestDispatcher()
+0 −1
Original line number Diff line number Diff line
@@ -49,7 +49,6 @@ import org.junit.runner.RunWith
@SmallTest
@RunWith(AndroidJUnit4::class)
@EnableFlags(SystemStatusIconsInCompose.FLAG_NAME)
@android.platform.test.annotations.EnabledOnRavenwood
class ManagedProfileIconViewModelTest : SysuiTestCase() {

    private val kosmos = testKosmos().useUnconfinedTestDispatcher()