Merge "Mark broken tests that are blocking presubmit"

This commit is contained in:
David Saff
2022-11-01 13:37:21 +00:00
committed by Android (Google) Code Review
@@ -31,6 +31,7 @@ import android.content.Intent;
import android.graphics.Point;
import android.platform.test.annotations.IwTest;
import androidx.test.filters.FlakyTest;
import androidx.test.filters.LargeTest;
import androidx.test.runner.AndroidJUnit4;
@@ -420,6 +421,7 @@ public class TaplTestsLauncher3 extends AbstractLauncherUiTest {
MAPS_APP_NAME);
}
@FlakyTest(bugId = 256615483)
@Test
@PortraitLandscape
public void testPressBack() throws Exception {
@@ -475,6 +477,7 @@ public class TaplTestsLauncher3 extends AbstractLauncherUiTest {
}
}
@Ignore("b/256615483")
@Test
@PortraitLandscape
public void testUninstallFromWorkspace() throws Exception {