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

Commit 69e1d976 authored by Vadim Tryshev's avatar Vadim Tryshev
Browse files

Ignoring a test that was flaky for a too long time

Bug: 315376057
Flag: N/A
Test: presubmit
Change-Id: I34576501606eea999379733b4e36fb81cc137ef7
parent d4a6c03b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@ import com.android.quickstep.views.RecentsView;

import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;

@@ -434,6 +435,7 @@ public class TaplTestsQuickstep extends AbstractQuickStepTest {
    @PortraitLandscape
    @TaskbarModeSwitch()
    @TestStabilityRule.Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT) // b/309820115
    @Ignore("b/315376057")
    @ScreenRecord // b/309820115
    public void testOverviewForTablet() throws Exception {
        assumeTrue(mLauncher.isTablet());