commit | 0abd7332f45bdffae4fbbe6d4ab4be02712a1830 | [log] [tgz] |
---|---|---|
author | Matthew Reynolds <matthewre@google.com> | Mon Dec 23 21:10:42 2024 +0000 |
committer | Matthew Reynolds <matthewre@google.com> | Sun Jan 05 21:34:07 2025 +0000 |
tree | abad834b503af4d33ed605ad35b08bd5bc8b97d9 | |
parent | 05ed7b90870fc42178c4457f9b2a6ffdd3258dd3 [diff] |
Moved robolectric tests which caused hangs. Bug: 383113777 Test: Tested manually with atest Flag: TEST_ONLY Change-Id: I7f164df7a5919f78a595db72a350cbe423c09b87
diff --git a/packages/SystemUI/Android.bp b/packages/SystemUI/Android.bp index b88ae37..3b9084f 100644 --- a/packages/SystemUI/Android.bp +++ b/packages/SystemUI/Android.bp
@@ -85,6 +85,9 @@ filegroup { name: "SystemUI-tests-broken-robofiles-run", srcs: [ + "tests/src/**/systemui/keyguard/data/repository/KeyguardTransitionRepositoryTest.kt", + "tests/src/**/systemui/power/PowerNotificationWarningsTest.java", + "tests/src/**/systemui/user/domain/interactor/RefreshUsersSchedulerTest.kt", "tests/src/**/systemui/dreams/touch/CommunalTouchHandlerTest.java", "tests/src/**/systemui/shade/NotificationShadeWindowViewControllerTest.kt", "tests/src/**/systemui/keyguard/domain/interactor/KeyguardQuickAffordanceInteractorSceneContainerTest.kt",
diff --git a/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/repository/KeyguardTransitionRepositoryTest.kt b/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/KeyguardTransitionRepositoryTest.kt similarity index 100% rename from packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/repository/KeyguardTransitionRepositoryTest.kt rename to packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/KeyguardTransitionRepositoryTest.kt
diff --git a/packages/SystemUI/multivalentTests/src/com/android/systemui/power/PowerNotificationWarningsTest.java b/packages/SystemUI/tests/src/com/android/systemui/power/PowerNotificationWarningsTest.java similarity index 100% rename from packages/SystemUI/multivalentTests/src/com/android/systemui/power/PowerNotificationWarningsTest.java rename to packages/SystemUI/tests/src/com/android/systemui/power/PowerNotificationWarningsTest.java
diff --git a/packages/SystemUI/multivalentTests/src/com/android/systemui/user/domain/interactor/RefreshUsersSchedulerTest.kt b/packages/SystemUI/tests/src/com/android/systemui/user/domain/interactor/RefreshUsersSchedulerTest.kt similarity index 100% rename from packages/SystemUI/multivalentTests/src/com/android/systemui/user/domain/interactor/RefreshUsersSchedulerTest.kt rename to packages/SystemUI/tests/src/com/android/systemui/user/domain/interactor/RefreshUsersSchedulerTest.kt