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

Commit 3201352e authored by Selim Cinek's avatar Selim Cinek Committed by Android (Google) Code Review
Browse files

Merge "Ignoring flakey tests"

parents 6c1d1c32 2476ed78
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -69,6 +69,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;
@@ -461,6 +462,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
@@ -35,11 +35,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;
@@ -60,6 +62,7 @@ public class StatusBarWindowViewTest extends SysuiTestCase {
    }

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