Merge "Disable serializeManyIncomingIpcs, which OOMs on cuttlefish" into tm-qpr-dev am: 9fe3e6fcb7
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20130769 Change-Id: Ib5ce20abddcbe137a8b383648640e3068c1f2ad9 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -26,6 +26,7 @@ import kotlinx.coroutines.launch
|
|||||||
import kotlinx.coroutines.runBlocking
|
import kotlinx.coroutines.runBlocking
|
||||||
import kotlinx.coroutines.withContext
|
import kotlinx.coroutines.withContext
|
||||||
import org.junit.Assert.assertTrue
|
import org.junit.Assert.assertTrue
|
||||||
|
import org.junit.Ignore
|
||||||
import org.junit.Test
|
import org.junit.Test
|
||||||
import org.junit.runner.RunWith
|
import org.junit.runner.RunWith
|
||||||
|
|
||||||
@@ -35,6 +36,7 @@ class IpcSerializerTest : SysuiTestCase() {
|
|||||||
|
|
||||||
private val serializer = IpcSerializer()
|
private val serializer = IpcSerializer()
|
||||||
|
|
||||||
|
@Ignore("b/253046405")
|
||||||
@Test
|
@Test
|
||||||
fun serializeManyIncomingIpcs(): Unit = runBlocking(Dispatchers.Main.immediate) {
|
fun serializeManyIncomingIpcs(): Unit = runBlocking(Dispatchers.Main.immediate) {
|
||||||
val processor = launch(start = CoroutineStart.LAZY) { serializer.process() }
|
val processor = launch(start = CoroutineStart.LAZY) { serializer.process() }
|
||||||
|
|||||||
Reference in New Issue
Block a user