[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>
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 5766f1b..089b64b 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.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 @@
             AuthDialogPanelInteractionDetector(shadeExpansionStateManager, mContext.mainExecutor)
     }
 
+    @Ignore("b/316929376")
     @Test
     fun testEnableDetector_expandWithTrack_shouldPostRunnable() {
         detector.enable(action)