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

Commit f89b69cc authored by Steve Elliott's avatar Steve Elliott
Browse files

[kairos] Disable flaky test

Fixes: 404614398
Fixes: 406446323
Bug: 406252376
Flag: EXEMPT test fix
Test: atest MobileConnectionsRepositoryKairosAdapterTest
Change-Id: I2c2bccdc1acd63e643d9fc81d5e8456807754cd5
parent ed51ac70
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>() {