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

Commit f536da7d authored by Chris Wren's avatar Chris Wren Committed by Android (Google) Code Review
Browse files

Merge "disable flaky test: testPostCancelPostNotifiesListeners" into rvc-dev

parents 6700d5e4 0f0e8770
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();