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

Commit 80d274e0 authored by Vinit Nayak's avatar Vinit Nayak
Browse files

Unignore splitscreen tapl tests

* Previous they were failling locally, now they've magically
started working, let's see if the same happen in TH.

Bug: 297135374
Test: Passes/gets ignored correctly locally
Change-Id: I580afa43011237ca167bb763c65ef1974586a0fa
parent 27142036
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",
                FeatureFlags.ENABLE_APP_PAIRS.get());
@@ -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",
                FeatureFlags.ENABLE_APP_PAIRS.get());