From 99401b76e7cef3b1ef4e8e781ae7675775f0be91 Mon Sep 17 00:00:00 2001 From: Kevin Han Date: Fri, 21 Feb 2020 15:24:49 -0800 Subject: [PATCH] Ignore NotificationEntryManagerInflationTests Unfortunately, looks like these are still flaking (most notably on crosshatch-hwasan it seems like). May be hwasan-related but it does also seem like some main thread messages may be leaking from other tests? Bug: 149204632 Test: atest NotificationEntryManagerInflationTest Change-Id: Idfb4868121796ce3cbbb2498074606e76e7fb4e3 (cherry picked from commit 3220547b19a71b698a7e1f3ca383ce30c50c1d76) --- .../notification/row/NotificationEntryManagerInflationTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/NotificationEntryManagerInflationTest.java b/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/NotificationEntryManagerInflationTest.java index ac40808686534..48a3b252ce76b 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/NotificationEntryManagerInflationTest.java +++ b/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/NotificationEntryManagerInflationTest.java @@ -77,6 +77,7 @@ import com.android.systemui.util.time.FakeSystemClock; 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; @@ -89,6 +90,7 @@ import org.mockito.stubbing.Answer; * Functional tests for notification inflation from {@link NotificationEntryManager}. */ @SmallTest +@Ignore("Flaking") @RunWith(AndroidTestingRunner.class) @TestableLooper.RunWithLooper(setAsMainLooper = true) public class NotificationEntryManagerInflationTest extends SysuiTestCase {