diff options
| author | 2022-07-08 17:20:05 +0000 | |
|---|---|---|
| committer | 2022-07-08 17:20:05 +0000 | |
| commit | 96a0edc65a517fe10a9b9d2f735db472e1b1d6fa (patch) | |
| tree | c310c770384bd0e4ea6a53268e6fb2044286c4c1 | |
| parent | 9965ae15efad8f707457db292f1394e6de1ba555 (diff) | |
| parent | ae9ad2d4faa2ac9337d8b9be5315324ee681ee89 (diff) | |
Merge "Mark the test as flaky, to unblock presubmit." into tm-qpr-dev am: ae9ad2d4fa
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19214301
Change-Id: I8a5f649b7fcaa56b3a7619b09b6a43af0448184d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/AutoEnterPipOnGoToHomeTest.kt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/AutoEnterPipOnGoToHomeTest.kt b/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/AutoEnterPipOnGoToHomeTest.kt index 2b6c0da99eea..ce624f2b5bbe 100644 --- a/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/AutoEnterPipOnGoToHomeTest.kt +++ b/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/AutoEnterPipOnGoToHomeTest.kt @@ -16,7 +16,7 @@ package com.android.wm.shell.flicker.pip -import android.platform.test.annotations.Postsubmit +import android.platform.test.annotations.FlakyTest import androidx.test.filters.RequiresDevice import com.android.launcher3.tapl.LauncherInstrumentation import com.android.server.wm.flicker.FlickerParametersRunnerFactory @@ -51,7 +51,7 @@ import org.junit.runners.Parameterized @RunWith(Parameterized::class) @Parameterized.UseParametersRunnerFactory(FlickerParametersRunnerFactory::class) @FixMethodOrder(MethodSorters.NAME_ASCENDING) -@Postsubmit +@FlakyTest(bugId = 238367575) @Group3 class AutoEnterPipOnGoToHomeTest(testSpec: FlickerTestParameter) : EnterPipTest(testSpec) { protected val taplInstrumentation = LauncherInstrumentation() |