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

Commit e9aca6c2 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Disable serializeManyIncomingIpcs, which OOMs on cuttlefish" into...

Merge "Disable serializeManyIncomingIpcs, which OOMs on cuttlefish" into tm-qpr-dev am: 9fe3e6fc am: 353d20a2

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20130769



Change-Id: I48e60c619a9e090ed4b07eb9bb63da89b4ecbbd7
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 688f5135 353d20a2
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() }