Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08abaee3 authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Disable flake split screen test

Test: atest WMShellFlickerTests
Bug: 264241018
Change-Id: I52a8fb0d26b6c76627a7fcc0711cb48d9167c8cc
parent 26ef4c4c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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()