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

This commit is contained in:
Chris Wren
2020-06-10 17:24:11 +00:00
committed by Android (Google) Code Review

View File

@@ -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();