mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 01:46:49 +00:00
Enable testQuickSwitchFromApp after fixing what caused it to fail
Bug: 143285809 Change-Id: Ic7895ab7d4ef3ab207fc77184eb53f0f6d8e9b23
This commit is contained in:
@@ -47,7 +47,6 @@ import com.android.quickstep.views.RecentsView;
|
||||
|
||||
import org.junit.After;
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
|
||||
@@ -259,10 +258,8 @@ public class TaplTestsQuickstep extends AbstractQuickStepTest {
|
||||
@Test
|
||||
@NavigationModeSwitch
|
||||
@PortraitLandscape
|
||||
// b/143285809 Remove @Stability on 02/21/20 if the test doesn't flake.
|
||||
// b/143285809 Remove @Stability on 02/27/20 if the test doesn't flake.
|
||||
@TestStabilityRule.Stability(flavors = LOCAL | UNBUNDLED_POSTSUBMIT)
|
||||
// b/143285809
|
||||
@Ignore
|
||||
public void testQuickSwitchFromApp() throws Exception {
|
||||
startTestActivity(2);
|
||||
startTestActivity(3);
|
||||
|
||||
Reference in New Issue
Block a user