From 4e9ee03e2084df74986a462ada26aea82d3e37db Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Mon, 24 Jul 2023 22:59:08 +0000 Subject: [PATCH] Disabling BubblesTest for further investigation Bug: 292153259 Test: Presubmit Change-Id: I4040dd6292795fc1866b58d40433173abf767a56 --- .../tests/src/com/android/systemui/wmshell/BubblesTest.java | 2 ++ 1 file changed, 2 insertions(+) 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 820e2a031a0e4..2f228a8da0c8d 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/wmshell/BubblesTest.java +++ b/packages/SystemUI/tests/src/com/android/systemui/wmshell/BubblesTest.java @@ -158,6 +158,7 @@ import com.android.wm.shell.transition.Transitions; import org.junit.After; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.ArgumentCaptor; @@ -173,6 +174,7 @@ import java.util.HashMap; import java.util.List; import java.util.Optional; +@Ignore("b/292153259") @SmallTest @RunWith(AndroidTestingRunner.class) @TestableLooper.RunWithLooper(setAsMainLooper = true)