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

Commit 8ef38b0f authored by Vinit Nayak's avatar Vinit Nayak
Browse files

Unignore split tests

* With the fix of b/302551868, let's
see if that fixes this issue as well

Bug: 297135374
Change-Id: I817307dbb5e70d8c8534627499d429529e33de4a
parent 89bd9092
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -108,7 +108,6 @@ public class TaplTestsSplitscreen extends AbstractQuickStepTest {
    }

    @Test
    @Ignore("Enable once App Pairs flagged on. These cause memory leaks b/297135374")
    public void testSaveAppPairMenuItemExistsOnSplitPair() throws Exception {
        assumeTrue("App pairs feature is currently not enabled, no test needed",
                Flags.enableAppPairs());
@@ -124,7 +123,6 @@ public class TaplTestsSplitscreen extends AbstractQuickStepTest {
    }

    @Test
    @Ignore("Enable once App Pairs flagged on. These cause memory leaks b/297135374")
    public void testSaveAppPairMenuItemDoesNotExistOnSingleTask() throws Exception {
        assumeTrue("App pairs feature is currently not enabled, no test needed",
                Flags.enableAppPairs());