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

Commit 9f03ab3b authored by Joe Bolinger's avatar Joe Bolinger Committed by Automerger Merge Worker
Browse files

Merge "Temporarily disable test." into sc-dev am: b1c9be86

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14703951

Change-Id: I0f680b8d5544d90bcc3c6f146d622474ba09a56d
parents ffac171d b1c9be86
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@ import com.android.systemui.R;
import com.android.systemui.SysuiTestCase;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
@@ -194,6 +195,8 @@ public class AuthBiometricViewTest extends SysuiTestCase {
        assertEquals(AuthBiometricView.STATE_AUTHENTICATING, mBiometricView.mState);
    }

    // TODO: b(/189031816)
    @Ignore
    @Test
    public void testError_sendsActionError() {
        initDialog(mContext, false /* allowDeviceCredential */, mCallback, new MockInjector());
@@ -238,6 +241,8 @@ public class AuthBiometricViewTest extends SysuiTestCase {
        verify(mCallback, never()).onAction(eq(AuthBiometricView.Callback.ACTION_USER_CANCELED));
    }

    // TODO: b(/189031816)
    @Ignore
    @Test
    public void testRestoresState() {
        final boolean requireConfirmation = true; // set/init from AuthController