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

Commit 1af91fb5 authored by Prabir Pradhan's avatar Prabir Pradhan
Browse files

Ignore UinputRecordingIntegrationTests

Disable the test until the root cause of the test failure is known.

Bug: 366602644
Change-Id: Ifada6fd25c9ec0d212a7b648a21a7476ca1aff45
Test: Presubmit
Flag: TEST_ONLY
parent 64e46a09
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -39,6 +39,7 @@ import com.android.cts.input.inputeventmatchers.withSource
import junit.framework.Assert.fail
import junit.framework.Assert.fail
import org.hamcrest.Matchers.allOf
import org.hamcrest.Matchers.allOf
import org.junit.Before
import org.junit.Before
import org.junit.Ignore
import org.junit.Rule
import org.junit.Rule
import org.junit.Test
import org.junit.Test
import org.junit.rules.TestName
import org.junit.rules.TestName
@@ -107,6 +108,7 @@ class UinputRecordingIntegrationTests {
        parser = InputJsonParser(instrumentation.context)
        parser = InputJsonParser(instrumentation.context)
    }
    }


    @Ignore("b/366602644")
    @Test
    @Test
    fun testEvemuRecording() {
    fun testEvemuRecording() {
        VirtualDisplayActivityScenario.AutoClose<CaptureEventActivity>(
        VirtualDisplayActivityScenario.AutoClose<CaptureEventActivity>(