diff options
author | 2023-12-21 09:11:30 +0000 | |
---|---|---|
committer | 2023-12-21 14:24:24 +0000 | |
commit | 2f180de6aad6598f41c19459faa8eae26b47ec6a (patch) | |
tree | ef0653e7c3360cb9bbcb03603ef8d5f31017f7d3 | |
parent | 5c6bd9f6c1f7907be08a8a37beab35b5daa8ecf4 (diff) |
[DO NOT MERGE] Fix biometric test flaky
Fix testEnableDetector_expandWithTrack_shouldPostRunnable failed
Bug: b/316929376
Test: atest AuthDialogPanelInteractionDetectorTest
Change-Id: I727cfb76ff95dfc0a84dc2ba07bdf85b21e81f26
-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 9cabd35cb1e5..52e172620a52 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/biometrics/AuthDialogPanelInteractionDetectorTest.kt +++ b/packages/SystemUI/tests/src/com/android/systemui/biometrics/AuthDialogPanelInteractionDetectorTest.kt @@ -22,6 +22,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 @@ -48,6 +49,7 @@ class AuthDialogPanelInteractionDetectorTest : SysuiTestCase() { AuthDialogPanelInteractionDetector(shadeExpansionStateManager, mContext.mainExecutor) } + @Ignore("b/316929376") @Test fun testEnableDetector_expandWithTrack_shouldPostRunnable() { detector.enable(action) |