From 24900a75ed9114845dd18ca0cad0e255f4d4add7 Mon Sep 17 00:00:00 2001 From: Liran Binyamin Date: Thu, 15 Jun 2023 15:37:35 -0400 Subject: [PATCH] Add back an ignored test. Bug: 273995175 Test: atest BubblesTest Change-Id: If60d0e707f3d4432440cad181bea78c38ad9d139 --- .../tests/src/com/android/systemui/wmshell/BubblesTest.java | 2 -- 1 file changed, 2 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 2158396b4e150..5ca9362227856 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/wmshell/BubblesTest.java +++ b/packages/SystemUI/tests/src/com/android/systemui/wmshell/BubblesTest.java @@ -151,7 +151,6 @@ import com.android.wm.shell.taskview.TaskViewTransitions; 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; @@ -594,7 +593,6 @@ public class BubblesTest extends SysuiTestCase { } @Test - @Ignore("Currently broken.") public void testCollapseAfterChangingExpandedBubble() { // Mark it as a bubble and add it explicitly mEntryListener.onEntryAdded(mRow);