Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 99401b76 authored by Kevin Han's avatar Kevin Han
Browse files

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 3220547b)
parent 969e1e27
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 {