From a9072327d65d4662c360265a7906e46c595b934f Mon Sep 17 00:00:00 2001 From: Joe Bolinger Date: Mon, 24 May 2021 09:33:16 -0700 Subject: [PATCH] Temporarily disable test. Bug: 189031816 Test: N/A Change-Id: Ib583d6ee21ab051597e1bb2615d61e8b6b2b2cac --- .../android/systemui/biometrics/AuthBiometricViewTest.java | 5 +++++ 1 file changed, 5 insertions(+) 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 36a031a6ae355..711f293a0bf1f 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/biometrics/AuthBiometricViewTest.java +++ b/packages/SystemUI/tests/src/com/android/systemui/biometrics/AuthBiometricViewTest.java @@ -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