From 79860ced77a606cb9cce9aa92a2f2de142f74c06 Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Mon, 24 Jul 2023 22:59:08 +0000 Subject: [PATCH] DO NOT MERGE Disabling BubblesTest for further investigation Bug: 289444898 Test: Presubmit Change-Id: I4040dd6292795fc1866b58d40433173abf767a56 Merged-In: I4040dd6292795fc1866b58d40433173abf767a56 --- .../tests/src/com/android/systemui/wmshell/BubblesTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/SystemUI/tests/src/com/android/systemui/wmshell/BubblesTest.java b/packages/SystemUI/tests/src/com/android/systemui/wmshell/BubblesTest.java index 47a86b1fca5cf..17ada0d7fa1b5 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/wmshell/BubblesTest.java +++ b/packages/SystemUI/tests/src/com/android/systemui/wmshell/BubblesTest.java @@ -167,6 +167,7 @@ import java.util.HashMap; import java.util.List; import java.util.Optional; +@Ignore("b/292153259") @SmallTest @RunWith(AndroidTestingRunner.class) @TestableLooper.RunWithLooper(setAsMainLooper = true)