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

Commit 776b5151 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by android-build-merger
Browse files

Merge "Disable seamless rotation on flicker tests"

am: 35d3ce82

Change-Id: I54a068c44eb697bdcae7b51171fa99acff62012b
parents 8e6281da 35d3ce82
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -30,10 +30,12 @@ import android.graphics.Rect;
import android.view.Surface;
import android.view.Surface;


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


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