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

Commit 122e5b93 authored by Vadim Tryshev's avatar Vadim Tryshev
Browse files

Disabling the failing piece of a test in presubmit

Bug: 315847371
Test: presubmit
Flag: N/A
Change-Id: I9cf9818946de8b53edc8c44cbd9e673f3bea832f
parent 1c7bc492
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -166,9 +166,11 @@ public class TaplUninstallRemove extends AbstractLauncherUiTest {
            mLauncher.getWorkspace().verifyWorkspaceAppIconIsGone(
                    DUMMY_APP_NAME + " was expected to disappear after uninstall.", DUMMY_APP_NAME);

            if (!TestStabilityRule.isPresubmit()) { // b/315847371
                Map<String, Point> finalPositions =
                        mLauncher.getWorkspace().getWorkspaceIconsPositions();
                assertThat(finalPositions).doesNotContainKey(DUMMY_APP_NAME);
            }
        } finally {
            TestUtil.uninstallDummyApp();
        }