From 2f8eff0185a48e85f83fcc8651494fa5b564373d Mon Sep 17 00:00:00 2001 From: Jeff Chen Date: Tue, 25 Apr 2023 12:25:17 -0700 Subject: [PATCH] Ignore AuthContainerViewTest, because it crashes sysui/unit_test. Before ignore: https://android-build.googleplex.com/builds/abtd/run/L16900000960188436 After ignore: https://android-build.googleplex.com/builds/abtd/run/L52200000960197928 Bug: 279650412 Test: ABTD Change-Id: I2543217266ac353ed776345e6f22ffb1a978b06c --- .../com/android/systemui/biometrics/AuthContainerViewTest.kt | 2 ++ 1 file changed, 2 insertions(+) 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 6d4c467aca7d5..a20875b5d9de3 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/biometrics/AuthContainerViewTest.kt +++ b/packages/SystemUI/tests/src/com/android/systemui/biometrics/AuthContainerViewTest.kt @@ -49,6 +49,7 @@ import com.android.systemui.util.time.FakeSystemClock import com.google.common.truth.Truth.assertThat import kotlinx.coroutines.Dispatchers import org.junit.After +import org.junit.Ignore import org.junit.Rule import org.junit.Test import org.junit.runner.RunWith @@ -62,6 +63,7 @@ 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