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

Commit b55372ce authored by Tony Wickham's avatar Tony Wickham Committed by Android (Google) Code Review
Browse files

Merge "Check for memory leaks after tests in FallbackRecentsTest" into sc-dev

parents c71f134e 9b505e31
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -61,6 +61,7 @@ import com.android.launcher3.util.Wait;
import com.android.launcher3.util.rule.FailureWatcher;
import com.android.quickstep.views.RecentsView;

import org.junit.After;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.RuleChain;
@@ -141,6 +142,12 @@ public class FallbackRecentsTest {
        }
    }

    @After
    public void verifyLauncherState() {
        // Limits UI tests affecting tests running after them.
        AbstractQuickStepTest.checkDetectedLeaks(mLauncher);
    }

    // b/143488140
    //@NavigationModeSwitch
    @Test