Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb2c908a authored by Vincent Wang's avatar Vincent Wang Committed by Automerger Merge Worker
Browse files

[DO NOT MERGE] Fix biometric test flaky am: 2f180de6

parents 26d438e1 2f180de6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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)