| commit | 3cf8dbc1ad8917ed764474c1bf2060b4e95536ed | [log] [tgz] |
|---|---|---|
| author | Makoto Onuki <omakoto@google.com> | Wed Aug 20 15:58:45 2025 -0700 |
| committer | Makoto Onuki <omakoto@google.com> | Wed Aug 20 15:58:45 2025 -0700 |
| tree | 6d708051245bcbc5e7744d011ca90da38cab8be9 | |
| parent | 003b2bc65d2537a5187bfa2ae6073c3a47bafb7a [diff] |
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
diff --git a/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/domain/interactor/DarkIconInteractorTest.kt b/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/domain/interactor/DarkIconInteractorTest.kt index 89dcc1d..f43ee9c 100644 --- a/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/domain/interactor/DarkIconInteractorTest.kt +++ b/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/domain/interactor/DarkIconInteractorTest.kt
@@ -33,7 +33,6 @@ @SmallTest @RunWith(AndroidJUnit4::class) -@android.platform.test.annotations.EnabledOnRavenwood class DarkIconInteractorTest : SysuiTestCase() { private val kosmos = testKosmos()
diff --git a/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/policy/profile/domain/interactor/ManagedProfileInteractorTest.kt b/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/policy/profile/domain/interactor/ManagedProfileInteractorTest.kt index a5ae081..bf0c5dd 100644 --- a/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/policy/profile/domain/interactor/ManagedProfileInteractorTest.kt +++ b/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/policy/profile/domain/interactor/ManagedProfileInteractorTest.kt
@@ -47,7 +47,6 @@ @SmallTest @RunWith(AndroidJUnit4::class) @ExperimentalCoroutinesApi -@android.platform.test.annotations.EnabledOnRavenwood class ManagedProfileInteractorTest : SysuiTestCase() { private val kosmos = testKosmos().useUnconfinedTestDispatcher()
diff --git a/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/systemstatusicons/datasaver/ui/viewmodel/DataSaverIconViewModelTest.kt b/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/systemstatusicons/datasaver/ui/viewmodel/DataSaverIconViewModelTest.kt index 6f283a0..e903b28 100644 --- a/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/systemstatusicons/datasaver/ui/viewmodel/DataSaverIconViewModelTest.kt +++ b/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/systemstatusicons/datasaver/ui/viewmodel/DataSaverIconViewModelTest.kt
@@ -38,7 +38,6 @@ @SmallTest @RunWith(AndroidJUnit4::class) @EnableFlags(SystemStatusIconsInCompose.FLAG_NAME) -@android.platform.test.annotations.EnabledOnRavenwood class DataSaverIconViewModelTest : SysuiTestCase() { private val kosmos = testKosmos().useUnconfinedTestDispatcher()
diff --git a/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/systemstatusicons/profile/ui/viewmodel/ManagedProfileIconViewModelTest.kt b/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/systemstatusicons/profile/ui/viewmodel/ManagedProfileIconViewModelTest.kt index e61e7d6..173e42e 100644 --- a/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/systemstatusicons/profile/ui/viewmodel/ManagedProfileIconViewModelTest.kt +++ b/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/systemstatusicons/profile/ui/viewmodel/ManagedProfileIconViewModelTest.kt
@@ -49,7 +49,6 @@ @SmallTest @RunWith(AndroidJUnit4::class) @EnableFlags(SystemStatusIconsInCompose.FLAG_NAME) -@android.platform.test.annotations.EnabledOnRavenwood class ManagedProfileIconViewModelTest : SysuiTestCase() { private val kosmos = testKosmos().useUnconfinedTestDispatcher()