diff options
| author | 2024-07-09 16:24:14 -0700 | |
|---|---|---|
| committer | 2024-07-09 23:27:19 +0000 | |
| commit | e8fa80b6d01b9395a9330f5ef96f455ab37881fe (patch) | |
| tree | f831f50b3fa7a855e7da5ffa7d80ddc975d598e3 | |
| parent | 5627a8981b60224fc1070e9d4eef218a7bc5f293 (diff) | |
Ignore test while real fix is investigated
Flag: EXEMPT test fix
Test: treehugger / test doesn't fail locally
Bug: 351977103
Change-Id: I183a9f8b44e313ed80ee01494aa20c24ad69db1e
| -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 |