diff options
| author | 2023-04-27 09:19:23 +0000 | |
|---|---|---|
| committer | 2023-05-02 08:01:41 +0000 | |
| commit | 5236b25aa3a22fa2cf1be3dfd62977f5653b06b0 (patch) | |
| tree | d281cd999a647291433e2e32481983b13ee5877d | |
| parent | 6a9342d76fb7ed0d315720cd5d97d98da113c86b (diff) | |
Instead of whole test class, just ignore a single test
Bug: b/279650412
Test: 1. Create a test build on cuttlefish(cf_x86_64_foldable-userdebug)
2. Include this CL
3. Make sure v2/sysui/unit_test could be executed completely
Change-Id: I9765f1fb13412d6f2a18c021e3d42d3f99dc7ac7
| -rw-r--r-- | packages/SystemUI/tests/src/com/android/systemui/biometrics/AuthContainerViewTest.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/tests/src/com/android/systemui/biometrics/AuthContainerViewTest.kt b/packages/SystemUI/tests/src/com/android/systemui/biometrics/AuthContainerViewTest.kt index 6e37ee791bd2..a361bbc69ef3 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/biometrics/AuthContainerViewTest.kt +++ b/packages/SystemUI/tests/src/com/android/systemui/biometrics/AuthContainerViewTest.kt @@ -68,7 +68,6 @@ import org.mockito.Mockito.verify import org.mockito.Mockito.`when` as whenever import org.mockito.junit.MockitoJUnit -@Ignore("b/279650412") @RunWith(AndroidJUnit4::class) @RunWithLooper(setAsMainLooper = true) @SmallTest @@ -281,6 +280,7 @@ class AuthContainerViewTest : SysuiTestCase() { assertThat(authContainer!!.parent).isNull() } + @Ignore("b/279650412") @Test fun testActionUseDeviceCredential_sendsOnDeviceCredentialPressed() { val container = initializeFingerprintContainer( |