diff options
| author | 2024-10-15 19:46:45 +0000 | |
|---|---|---|
| committer | 2024-10-15 19:46:45 +0000 | |
| commit | 74b0d05c3a7a63725e60f297e5c39e83d0d30f6d (patch) | |
| tree | 1999f93edf7caed76754e4c58ffb2d84cc9de5e3 | |
| parent | 0b4e932161c7e19efb0185a577afadec9350e455 (diff) | |
| parent | b0bd2dba7dc9dfa86b94569d095ff6ebca8bc067 (diff) | |
Merge "Mark UinputRecordingIntegrationTests.testEvemuRecording as flaky" into main
| -rw-r--r-- | tests/Input/src/com/android/test/input/UinputRecordingIntegrationTests.kt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Input/src/com/android/test/input/UinputRecordingIntegrationTests.kt b/tests/Input/src/com/android/test/input/UinputRecordingIntegrationTests.kt index 9f4df90422eb..1a29c0f24edf 100644 --- a/tests/Input/src/com/android/test/input/UinputRecordingIntegrationTests.kt +++ b/tests/Input/src/com/android/test/input/UinputRecordingIntegrationTests.kt @@ -21,6 +21,7 @@ import android.cts.input.EventVerifier import android.graphics.PointF import android.hardware.input.InputManager import android.os.ParcelFileDescriptor +import android.platform.test.annotations.FlakyTest import android.util.Log import android.util.Size import android.view.InputEvent @@ -39,7 +40,6 @@ import com.android.cts.input.inputeventmatchers.withSource import junit.framework.Assert.fail import org.hamcrest.Matchers.allOf import org.junit.Before -import org.junit.Ignore import org.junit.Rule import org.junit.Test import org.junit.rules.TestName @@ -108,7 +108,7 @@ class UinputRecordingIntegrationTests { parser = InputJsonParser(instrumentation.context) } - @Ignore("b/366602644") + @FlakyTest(bugId = 366602644) @Test fun testEvemuRecording() { VirtualDisplayActivityScenario.AutoClose<CaptureEventActivity>( |