diff options
| author | 2024-11-22 15:18:42 +0000 | |
|---|---|---|
| committer | 2024-11-22 15:18:42 +0000 | |
| commit | 2c51e826dcc2b36c79ba15e7a1eee05d778a0e24 (patch) | |
| tree | 4556f80b22bd53135016e00ed539cc97a991bd51 | |
| parent | ccf26c500ceffb99c979da4541364b5f51e13a46 (diff) | |
| parent | 7a5c3845657126cff3d1faef389d503170f8fbd7 (diff) | |
Merge "Ignore flaky test: lockscreenVisibilityWithScenes" into main
| -rw-r--r-- | packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/domain/interactor/WindowManagerLockscreenVisibilityInteractorTest.kt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/domain/interactor/WindowManagerLockscreenVisibilityInteractorTest.kt b/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/domain/interactor/WindowManagerLockscreenVisibilityInteractorTest.kt index e60a52c12c0b..21019875f51e 100644 --- a/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/domain/interactor/WindowManagerLockscreenVisibilityInteractorTest.kt +++ b/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/domain/interactor/WindowManagerLockscreenVisibilityInteractorTest.kt @@ -55,6 +55,7 @@ import kotlinx.coroutines.flow.map import kotlinx.coroutines.test.runCurrent import kotlinx.coroutines.test.runTest import org.junit.Before +import org.junit.Ignore import org.junit.Test import org.junit.runner.RunWith @@ -886,6 +887,7 @@ class WindowManagerLockscreenVisibilityInteractorTest : SysuiTestCase() { @Test @EnableSceneContainer + @Ignore("b/378766637") fun lockscreenVisibilityWithScenes() = testScope.runTest { val isDeviceUnlocked by |