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

Commit cda4ecff authored by Matt Pietal's avatar Matt Pietal
Browse files

Mark keyguard quick affordance interactor as flaky

There appears to be some mockito errors when running this.

Fixes: 292574995
Test: Removing flaky test
Flag: EXEMPT bugfix
Change-Id: I818e60c17e58dde1aa4a7068c09d7f1e1f799274
parent a8ef53cc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ package com.android.systemui.keyguard.domain.interactor
import android.app.admin.DevicePolicyManager
import android.content.Intent
import android.os.UserHandle
import androidx.test.filters.FlakyTest
import androidx.test.filters.SmallTest
import com.android.internal.widget.LockPatternUtils
import com.android.keyguard.logging.KeyguardQuickAffordancesLogger
@@ -81,6 +82,7 @@ import platform.test.runner.parameterized.Parameters
@SmallTest
@RunWith(ParameterizedAndroidJunit4::class)
@DisableSceneContainer
@FlakyTest(bugId = 292574995, detail = "NullPointer on MockMakerTypeMockability.mockable()")
class KeyguardQuickAffordanceInteractorParameterizedTest : SysuiTestCase() {

    companion object {