diff options
| author | 2024-07-10 01:12:47 +0000 | |
|---|---|---|
| committer | 2024-07-10 01:12:47 +0000 | |
| commit | 93b2232c50afeeac3863b41ad17764c944dd346c (patch) | |
| tree | 03ae41094663a6ef165e8de7afccadf2aa8cfb47 | |
| parent | d9076e688139bfefc8fe873999ec68bc8652be06 (diff) | |
| parent | e8fa80b6d01b9395a9330f5ef96f455ab37881fe (diff) | |
Merge "Ignore test while real fix is investigated" into main
| -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 dc7a2c320855..6c4608d37c6e 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/wmshell/BubblesTest.java +++ b/packages/SystemUI/tests/src/com/android/systemui/wmshell/BubblesTest.java @@ -192,6 +192,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; @@ -1852,6 +1853,7 @@ public class BubblesTest extends SysuiTestCase { any(Bubble.class), anyBoolean(), anyBoolean()); } + @Ignore("reason = b/351977103") @Test public void testShowStackEdu_isNotConversationBubble() { // Setup |