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

Commit 88930984 authored by Pat Manning's avatar Pat Manning
Browse files

Ignore testOverviewForTablet until root cause of cuttlefish failure is found.

Test: TaplTestQuickstep.java
Bug: 203781041
Change-Id: Iffd7031f303822fe77c02052eb07499e8644243b
parent 3c647ff3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -43,6 +43,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;

@@ -288,6 +289,7 @@ public class TaplTestsQuickstep extends AbstractQuickStepTest {

    @Test
    @PortraitLandscape
    @Ignore("b/203781041")
    public void testOverviewForTablet() throws Exception {
        if (!mLauncher.isTablet()) {
            return;