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

Commit 5a288c9a authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Disable PIP tests

Pip is currently flaky. Disable them on the flicker tests until the
stabilize.

Test: atest FlickerTests
Change-Id: I762a998e99acf21e30140a8bb8950420f22df77e
parent 7ac17934
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -18,11 +18,13 @@ package com.android.server.wm.flicker;

import static com.android.server.wm.flicker.CommonTransitions.exitPipModeToApp;

import androidx.test.filters.FlakyTest;
import androidx.test.filters.LargeTest;

import com.android.server.wm.flicker.helpers.PipAppHelper;

import org.junit.FixMethodOrder;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.MethodSorters;
@@ -35,6 +37,8 @@ import org.junit.runners.Parameterized;
@LargeTest
@RunWith(Parameterized.class)
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
@FlakyTest(bugId = 152738416)
@Ignore("Waiting bug feedback")
public class PipToAppTest extends PipTestBase {
    public PipToAppTest(String beginRotationName, int beginRotation) {
        super(beginRotationName, beginRotation);
+3 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ package com.android.server.wm.flicker;

import static com.android.server.wm.flicker.CommonTransitions.exitPipModeToHome;

import androidx.test.filters.FlakyTest;
import androidx.test.filters.LargeTest;

import com.android.server.wm.flicker.helpers.PipAppHelper;
@@ -36,6 +37,8 @@ import org.junit.runners.Parameterized;
@LargeTest
@RunWith(Parameterized.class)
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
@FlakyTest(bugId = 152738416)
@Ignore("Waiting bug feedback")
public class PipToHomeTest extends PipTestBase {
    public PipToHomeTest(String beginRotationName, int beginRotation) {
        super(beginRotationName, beginRotation);