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

Commit 0f0e8770 authored by Chris Wren's avatar Chris Wren
Browse files

disable flaky test: testPostCancelPostNotifiesListeners

Bug: 149914609
Test: atest NotificationManagerServiceTest
Change-Id: Ib33de71906274116988a5b570d97b3121096226e
parent f6793af0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -178,6 +178,7 @@ import com.android.server.wm.WindowManagerInternal;

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;
@@ -1328,6 +1329,7 @@ public class NotificationManagerServiceTest extends UiServiceTestCase {
    }

    @Test
    @Ignore
    public void testPostCancelPostNotifiesListeners() throws Exception {
        // WHEN a notification is posted
        final StatusBarNotification sbn = generateNotificationRecord(null).getSbn();