Merge "Disable seamless rotation on flicker tests"
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user