Disable flake split screen test

Test: atest WMShellFlickerTests
Bug: 264241018
Change-Id: I52a8fb0d26b6c76627a7fcc0711cb48d9167c8cc
This commit is contained in:
Nataniel Borges
2023-01-17 13:23:03 +00:00
parent 26ef4c4c63
commit 08abaee314

View File

@@ -16,6 +16,7 @@
package com.android.wm.shell.flicker.splitscreen
import android.platform.test.annotations.FlakyTest
import android.platform.test.annotations.IwTest
import android.platform.test.annotations.Presubmit
import androidx.test.filters.RequiresDevice
@@ -136,7 +137,7 @@ class CopyContentInSplit(flicker: FlickerTest) : SplitScreenBase(flicker) {
}
/** {@inheritDoc} */
@Presubmit
@FlakyTest(bugId = 264241018)
@Test
override fun visibleWindowsShownMoreThanOneConsecutiveEntry() =
super.visibleWindowsShownMoreThanOneConsecutiveEntry()