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

Commit c2d3b9c5 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Ignore NotificationEntryManagerInflationTests" into rvc-dev am:...

Merge "Ignore NotificationEntryManagerInflationTests" into rvc-dev am: bd9e2df5 am: e2d2bc8c am: 801396c5

Change-Id: Ie2634fcd552d1176956798daa83ed6dc3045659b
parents 7c69b8c5 801396c5
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 {