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

Commit c655d7a5 authored by vadimt's avatar vadimt
Browse files

Disabling testPredictionExistsInAllApps

It fails in the lab, and locally, when being run as a part of the whole
test suite.

Bug: 131772711
Change-Id: Ida5f384eb7115303e1315928822566150e1d852c
parent a0739a97
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -85,6 +85,7 @@ public class AppPredictionsUITests extends AbstractQuickStepTest {
     * Test that prediction UI is updated as soon as we get predictions from the system
     */
    @Test
    @Ignore // b/131772711: this really fails (when being run as a part of the whole test suite)!
    public void testPredictionExistsInAllApps() {
        mActivityMonitor.startLauncher();
        mLauncher.pressHome().switchToAllApps();
@@ -117,7 +118,7 @@ public class AppPredictionsUITests extends AbstractQuickStepTest {
    }

    @Test
    @Ignore
    @Ignore // b/131772711 - this was failing in the lab
    public void testPredictionsDisabled() {
        mActivityMonitor.startLauncher();
        sendPredictionUpdate();