diff options
| author | 2024-10-15 17:14:54 +0000 | |
|---|---|---|
| committer | 2024-10-15 17:14:54 +0000 | |
| commit | b0bd2dba7dc9dfa86b94569d095ff6ebca8bc067 (patch) | |
| tree | 0d0bfb62abf08a17802325f8e988d71410b92a7d /tests | |
| parent | 582b6fa267b31cb760191fe389de8888c30f7f33 (diff) | |
Mark UinputRecordingIntegrationTests.testEvemuRecording as flaky
Re-enable the test and mark it as flaky to get it to run in postsubmit
to get more information on the test failures.
Bug: 370828465
Change-Id: Iab153c72d84df8438c9a6ea87ca23ea5b9bdc083
Flag: TEST_ONLY
Test: Presbumit
Diffstat (limited to 'tests')
| -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>( |