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

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

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

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

Change-Id: I4bac6189a13369bb01d552074da99f0161eb9308
parents fa0ec738 cbc8bae1
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -41,7 +41,6 @@ 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;
@@ -195,8 +194,6 @@ 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());
@@ -241,8 +238,6 @@ 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