diff options
| author | 2023-12-27 05:51:26 +0000 | |
|---|---|---|
| committer | 2023-12-27 05:51:26 +0000 | |
| commit | cf573812272b1af8f16ea0014a341ce0513a183e (patch) | |
| tree | ff467ff7d3f52771d7f6b4ba7c7fa195afcebd27 | |
| parent | 0479229a3e5aea2fc0d6be11abf4b709b0da819d (diff) | |
| parent | 2f180de6aad6598f41c19459faa8eae26b47ec6a (diff) | |
Merge "[DO NOT MERGE] Fix biometric test flaky" into udc-dev
| -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) |