diff options
| author | 2023-12-27 07:38:31 +0000 | |
|---|---|---|
| committer | 2023-12-27 07:38:31 +0000 | |
| commit | f3fd1891e11fe905911bf33f42936f075a790ea3 (patch) | |
| tree | acfdb523e1b2f818b682b0c8dfd262fb68835763 | |
| parent | 77d1805c8e221c01cd4cf536565a9141b192c22b (diff) | |
| parent | bf306271dee914741235a60460faccecab7df4b2 (diff) | |
[DO NOT MERGE] Fix biometric test flaky am: 2f180de6aa am: eb2c908aa4 am: bf306271de
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/25723290
Change-Id: I91c0ba63eb27543df40386269d93d69f73226211
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | packages/SystemUI/tests/src/com/android/systemui/biometrics/AuthDialogPanelInteractionDetectorTest.kt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/SystemUI/tests/src/com/android/systemui/biometrics/AuthDialogPanelInteractionDetectorTest.kt b/packages/SystemUI/tests/src/com/android/systemui/biometrics/AuthDialogPanelInteractionDetectorTest.kt index 5766f1be8894..089b64b69c6f 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/biometrics/AuthDialogPanelInteractionDetectorTest.kt +++ b/packages/SystemUI/tests/src/com/android/systemui/biometrics/AuthDialogPanelInteractionDetectorTest.kt @@ -23,6 +23,7 @@ import com.android.systemui.SysuiTestCase import com.android.systemui.shade.ShadeExpansionStateManager import org.junit.Assert import org.junit.Before +import org.junit.Ignore import org.junit.Rule import org.junit.Test import org.junit.runner.RunWith @@ -50,6 +51,7 @@ class AuthDialogPanelInteractionDetectorTest : SysuiTestCase() { AuthDialogPanelInteractionDetector(shadeExpansionStateManager, mContext.mainExecutor) } + @Ignore("b/316929376") @Test fun testEnableDetector_expandWithTrack_shouldPostRunnable() { detector.enable(action) |