Fixed
Status Update
Comments
je...@google.com <je...@google.com> #2
ap...@google.com <ap...@google.com> #3
Project: platform/frameworks/support
Branch: androidx-main
commit b05bff383228597dce88773d096d1240ea0b45f9
Author: utzcoz <utzcoz@gmail.com>
Date: Mon Apr 04 23:08:24 2022
Run BiometricManagerTest.java on API 30 and above
Bug: 189629937
Test: ./gradlew :biometric:biometric:test
Change-Id: I92e334e5b866bf8113335fc4e95cee0c13246e94
Signed-off-by: utzcoz <utzcoz@gmail.com>
M biometric/biometric/src/test/java/androidx/biometric/BiometricManagerTest.java
https://android-review.googlesource.com/2054331
Branch: androidx-main
commit b05bff383228597dce88773d096d1240ea0b45f9
Author: utzcoz <utzcoz@gmail.com>
Date: Mon Apr 04 23:08:24 2022
Run BiometricManagerTest.java on API 30 and above
Bug: 189629937
Test: ./gradlew :biometric:biometric:test
Change-Id: I92e334e5b866bf8113335fc4e95cee0c13246e94
Signed-off-by: utzcoz <utzcoz@gmail.com>
M biometric/biometric/src/test/java/androidx/biometric/BiometricManagerTest.java
Description
After Robolectric is upgraded to 4.5.1, Robolectric tests are also run on API 30. Several host tests in
:biometric:biometric
fail on that API version:For now I have added
maxSdk = 29
to the test configs, but this should be vetted or fixed by the Biometric team.