From 8d0442372b3ec8adae2fe5c672cd3722c1643ddd Mon Sep 17 00:00:00 2001 From: Vinit Nayak Date: Thu, 28 Sep 2023 18:45:37 +0000 Subject: [PATCH] Revert "Unignore splitscreen tapl tests" This reverts commit 80d274e0415cc6056d8f297728378ac367a959a1. Reason for revert: b/302542596 Change-Id: Iac1274dd844ff1baea1e8c7b22a54bf353c69974 --- .../tests/src/com/android/quickstep/TaplTestsSplitscreen.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/quickstep/tests/src/com/android/quickstep/TaplTestsSplitscreen.java b/quickstep/tests/src/com/android/quickstep/TaplTestsSplitscreen.java index d8e1fd415b..cc56fafffc 100644 --- a/quickstep/tests/src/com/android/quickstep/TaplTestsSplitscreen.java +++ b/quickstep/tests/src/com/android/quickstep/TaplTestsSplitscreen.java @@ -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());