Revert "Unignore splitscreen tapl tests"

This reverts commit 80d274e041.

Reason for revert: b/302542596

Change-Id: Iac1274dd844ff1baea1e8c7b22a54bf353c69974
This commit is contained in:
Vinit Nayak
2023-09-28 18:45:37 +00:00
committed by Android (Google) Code Review
parent 80d274e041
commit 8d0442372b
@@ -108,6 +108,7 @@ 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());
@@ -123,6 +124,7 @@ 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());