Disable serializeManyIncomingIpcs, which OOMs on cuttlefish

Bug: 251853065
Bug: 253046405
Test: presubmit
Change-Id: Icc15060f78145c84e2ed8a405ede305d31c26b47
This commit is contained in:
David Saff
2022-10-07 16:13:30 -04:00
parent 9b5f8d21ed
commit 24c3380eac

View File

@@ -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() }