From 4e8cd068a82877d20d70e2ed268154fae87ce6d3 Mon Sep 17 00:00:00 2001 From: Joe Bolinger Date: Mon, 24 May 2021 20:41:04 +0000 Subject: [PATCH] Revert "Temporarily disable test." This reverts commit a9072327d65d4662c360265a7906e46c595b934f. Reason for revert: Re-enable fixed tests. Bug: 189031816 Change-Id: Ibb95fe64a0fa6e9cf05c48371c12195e0697bf73 --- .../android/systemui/biometrics/AuthBiometricViewTest.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/SystemUI/tests/src/com/android/systemui/biometrics/AuthBiometricViewTest.java b/packages/SystemUI/tests/src/com/android/systemui/biometrics/AuthBiometricViewTest.java index 711f293a0bf1f..36a031a6ae355 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/biometrics/AuthBiometricViewTest.java +++ b/packages/SystemUI/tests/src/com/android/systemui/biometrics/AuthBiometricViewTest.java @@ -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