From be9b629301fd93f66aee13956458e642326f7bbd Mon Sep 17 00:00:00 2001 From: Joe Bolinger Date: Wed, 23 Mar 2022 14:59:01 -0700 Subject: Re-enable biometric prompt tests. These were temporarily disabled when the face-to-fingerprint flow was replaced with the coex flow. The test refactor caused presubmit failures because the detach method was not called after the test ended, which could cause unrelated downstream tests to fail. Bug: 222119218 Test: atest AuthControllerTest Change-Id: Ibdd0c3fa654e0652126e125850fd3f2b3f7b57dd --- .../tests/src/com/android/systemui/biometrics/AuthControllerTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/SystemUI/tests/src/com/android/systemui/biometrics/AuthControllerTest.java b/packages/SystemUI/tests/src/com/android/systemui/biometrics/AuthControllerTest.java index cfac96512582..42c3c7f899fa 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/biometrics/AuthControllerTest.java +++ b/packages/SystemUI/tests/src/com/android/systemui/biometrics/AuthControllerTest.java @@ -82,7 +82,6 @@ import com.android.systemui.util.concurrency.Execution; import com.android.systemui.util.concurrency.FakeExecution; import org.junit.Before; -import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.runner.RunWith; @@ -100,7 +99,6 @@ import java.util.Random; import javax.inject.Provider; -@Ignore @RunWith(AndroidTestingRunner.class) @RunWithLooper @SmallTest -- cgit v1.2.3-59-g8ed1b