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

Commit 9fe3e6fc authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Disable serializeManyIncomingIpcs, which OOMs on cuttlefish" into tm-qpr-dev

parents 3f457fa7 24c3380e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ import kotlinx.coroutines.launch
import kotlinx.coroutines.runBlocking
import kotlinx.coroutines.withContext
import org.junit.Assert.assertTrue
import org.junit.Ignore
import org.junit.Test
import org.junit.runner.RunWith

@@ -35,6 +36,7 @@ class IpcSerializerTest : SysuiTestCase() {

    private val serializer = IpcSerializer()

    @Ignore("b/253046405")
    @Test
    fun serializeManyIncomingIpcs(): Unit = runBlocking(Dispatchers.Main.immediate) {
        val processor = launch(start = CoroutineStart.LAZY) { serializer.process() }