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

Commit 2476ed78 authored by Selim Cinek's avatar Selim Cinek
Browse files

Ignoring flakey tests

Test: atest SystemUITests
Bug: 127665100
Change-Id: I794dfbd638c78e4402cdfc47bf92ec23f336acee
parent bf63b203
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -68,6 +68,7 @@ import com.android.systemui.statusbar.policy.DeviceProvisionedController;
import com.android.systemui.util.Assert;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -460,6 +461,7 @@ public class NotificationGutsManagerTest extends SysuiTestCase {
    }

    @Test
    @Ignore
    public void testSetShouldManageLifetime_setShouldManage() {
        NotificationEntry entry = createTestNotificationRow().getEntry();
        mGutsManager.setShouldManageLifetime(entry, true /* shouldManage */);
+3 −0
Original line number Diff line number Diff line
@@ -34,11 +34,13 @@ import com.android.systemui.statusbar.StatusBarState;
import com.android.systemui.statusbar.notification.stack.NotificationStackScrollLayout;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;

@RunWith(AndroidJUnit4.class)
@SmallTest
@Ignore
public class StatusBarWindowViewTest extends SysuiTestCase {

    private StatusBarWindowView mView;
@@ -59,6 +61,7 @@ public class StatusBarWindowViewTest extends SysuiTestCase {
    }

    @Test
    @Ignore
    public void testDragDownHelperCalledWhenDraggingDown() throws Exception {
        when(Dependency.get(StatusBarStateController.class).getState())
                .thenReturn(StatusBarState.SHADE);