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

Commit e661dd1c authored by Steve Elliott's avatar Steve Elliott Committed by Android (Google) Code Review
Browse files

Merge "[kairos] Disable flaky test" into main

parents c3fcfeba f89b69cc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ import kotlinx.coroutines.ExperimentalCoroutinesApi
import kotlinx.coroutines.Job
import kotlinx.coroutines.launch
import kotlinx.coroutines.test.runCurrent
import org.junit.Ignore
import org.mockito.Mockito
import org.mockito.kotlin.mock

@@ -34,6 +35,7 @@ import org.mockito.kotlin.mock
// This is required because our [SubscriptionManager.OnSubscriptionsChangedListener] uses a looper
// to run the callback and this makes the looper place nicely with TestScope etc.
@TestableLooper.RunWithLooper
@Ignore("b/406252376")
class MobileConnectionsRepositoryKairosAdapterTest :
    MobileConnectionsRepositoryTest<MobileConnectionsRepositoryKairosAdapter>() {