diff options
| author | 2023-07-25 18:05:43 +0000 | |
|---|---|---|
| committer | 2023-07-25 18:05:43 +0000 | |
| commit | 87656b89b5ec62a468eb94c76c8f6c1c980319f8 (patch) | |
| tree | ce5ff2bd9cd05ab75a286904b7b00053eeb2c292 | |
| parent | d2d2c426acd938ca8caac0faf1aab1703c262dc2 (diff) | |
| parent | a311be842dc9dd9e2a7ea18864672eea69406d1a (diff) | |
Merge "Disabling BubblesTest for further investigation" into udc-qpr-dev am: f9b73ffb77 am: a311be842d
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24182918
Change-Id: Iabab81f9fe65e6ef256061e704aa4ea59649f4de
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | packages/SystemUI/tests/src/com/android/systemui/wmshell/BubblesTest.java | 2 |
1 files changed, 2 insertions, 0 deletions
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 820e2a031a0e..2f228a8da0c8 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) |