Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f8eff01 authored by Jeff Chen's avatar Jeff Chen
Browse files

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
parent 243325ec
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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