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

Commit 239e4bff authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Disable seamless rotation on flicker tests

Due to bug b/147659548 the seamless rotation is not working properly on the flicker tests. Disable the test until the bug is fixed.

Test: atest FlickerTests
Change-Id: Ib286cadde9019e12dbf7c673cb7f60b53a1687bf
parent 3e1548f5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -30,10 +30,12 @@ import android.graphics.Rect;
import android.view.Surface;

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

import org.junit.Before;
import org.junit.FixMethodOrder;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.MethodSorters;
@@ -50,6 +52,8 @@ import java.util.Collection;
@LargeTest
@RunWith(Parameterized.class)
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
@FlakyTest(bugId = 147659548)
@Ignore("Waiting bug feedback")
public class SeamlessAppRotationTest extends FlickerTestBase {
    private int mBeginRotation;
    private int mEndRotation;