| commit | 6690e6f43ae5eddac5042538ce31f263a1311014 | [log] [tgz] |
|---|---|---|
| author | Michael Wachenschwanz <mwachens@google.com> | Thu Dec 28 00:52:04 2023 +0000 |
| committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Dec 28 00:52:04 2023 +0000 |
| tree | c470153ffa1d4ad63c2163b0681c81cee6a90d56 | |
| parent | cf573812272b1af8f16ea0014a341ce0513a183e [diff] | |
| parent | d47b9a05f2e867ccd138cb3fc8277c598bde83ad [diff] |
Merge "Ignore testSetPolicyLevel_Adaptive" into udc-dev
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 9cabd35..52e1726 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.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 @@ AuthDialogPanelInteractionDetector(shadeExpansionStateManager, mContext.mainExecutor) } + @Ignore("b/316929376") @Test fun testEnableDetector_expandWithTrack_shouldPostRunnable() { detector.enable(action)