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

Commit 574c53fc authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Disable split screen tests

Split screen tests cannot run until the split screen divider is
available again in the accessibility service (UiAutomation) API, which
we use to interact with the app under test.

Test: atest FlickerTests
Change-Id: Id7573c162a7aa765a77f07596fedc4920d44964a
parent d05b1901
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -19,10 +19,12 @@ package com.android.server.wm.flicker;
import static com.android.server.wm.flicker.CommonTransitions.appToSplitScreen;
import static com.android.server.wm.flicker.CommonTransitions.appToSplitScreen;


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;
@@ -35,6 +37,8 @@ import org.junit.runners.Parameterized;
@LargeTest
@LargeTest
@RunWith(Parameterized.class)
@RunWith(Parameterized.class)
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
@FlakyTest(bugId = 151632128)
@Ignore("Waiting bug feedback")
public class OpenAppToSplitScreenTest extends NonRotationTestBase {
public class OpenAppToSplitScreenTest extends NonRotationTestBase {


    public OpenAppToSplitScreenTest(String beginRotationName, int beginRotation) {
    public OpenAppToSplitScreenTest(String beginRotationName, int beginRotation) {