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

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

Disable flicker tests for resize split screen

The tests are currently failing due to a TAPL issue when dismissing all tasks in the overview

Bug: 159096424
Test: atest ResizeSplitScreenTest
Change-Id: I3a9fc4cd42ba7e55259c376ce2f37ec8fffdc335
parent 22770db4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -54,6 +54,8 @@ import org.junit.runners.MethodSorters;
@LargeTest
@RunWith(AndroidJUnit4.class)
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
@FlakyTest(bugId = 159096424)
@Ignore("Waiting bug feedback")
public class ResizeSplitScreenTest extends FlickerTestBase {

    private static String sSimpleActivity = "SimpleActivity";