diff options
| author | 2022-03-23 14:59:01 -0700 | |
|---|---|---|
| committer | 2022-03-23 14:59:01 -0700 | |
| commit | be9b629301fd93f66aee13956458e642326f7bbd (patch) | |
| tree | fa4959a92981e5b59b221fa2f2d2f417c548c26e | |
| parent | 74807869b8683085778b456d477faf3e37be0b13 (diff) | |
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
| -rw-r--r-- | packages/SystemUI/tests/src/com/android/systemui/biometrics/AuthControllerTest.java | 2 |
1 files changed, 0 insertions, 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 |