Disable tests flaky on flame
EnterLegacySplitScreenTest#testNonResizeableNotDocked fails with visibleWindowsShownMoreThanOneConsecutiveEntry(Splash Screen) RotateTwoLaunchedAppTest#testRotateAndEnterSplitScreenMode fails with "java.lang.AssertionError: Unable to find app icon in Overview" Bug: 173875043 Test: atest WMShellFlickerTests Change-Id: Iaa0a159e5240bd2c129ada844661caac3c64142f
This commit is contained in:
@@ -18,6 +18,7 @@ package com.android.wm.shell.flicker.legacysplitscreen
|
||||
|
||||
import android.platform.test.annotations.Presubmit
|
||||
import android.view.Surface
|
||||
import androidx.test.filters.FlakyTest
|
||||
import androidx.test.filters.RequiresDevice
|
||||
import com.android.server.wm.flicker.dsl.FlickerBuilder
|
||||
import com.android.server.wm.flicker.dsl.runWithFlicker
|
||||
@@ -162,6 +163,7 @@ class EnterLegacySplitScreenTest(
|
||||
}
|
||||
}
|
||||
|
||||
@FlakyTest(bugId = 173875043)
|
||||
@Test
|
||||
fun testNonResizeableNotDocked() {
|
||||
val testTag = "testNonResizeableNotDocked"
|
||||
|
||||
@@ -18,6 +18,7 @@ package com.android.wm.shell.flicker.legacysplitscreen
|
||||
|
||||
import android.platform.test.annotations.Presubmit
|
||||
import android.view.Surface
|
||||
import androidx.test.filters.FlakyTest
|
||||
import androidx.test.filters.RequiresDevice
|
||||
import com.android.server.wm.flicker.dsl.FlickerBuilder
|
||||
import com.android.server.wm.flicker.dsl.runWithFlicker
|
||||
@@ -113,6 +114,7 @@ class RotateTwoLaunchedAppTest(
|
||||
}
|
||||
}
|
||||
|
||||
@FlakyTest(bugId = 173875043)
|
||||
@Test
|
||||
fun testRotateAndEnterSplitScreenMode() {
|
||||
val testTag = "testRotateAndEnterSplitScreenMode"
|
||||
|
||||
Reference in New Issue
Block a user