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

Commit 7c524781 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "@Ignore flaky test in QSTileImplTest"

parents 0c5094ae 659a91be
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@ import com.android.systemui.qs.QSHost;
import com.android.systemui.qs.QSTileHost;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.ArgumentMatcher;
@@ -108,6 +109,7 @@ public class QSTileImplTest extends SysuiTestCase {
    }

    @Test
    @Ignore("flaky")
    public void testStaleTimeout() throws InterruptedException {
        when(mTile.getStaleTimeout()).thenReturn(5l);
        clearInvocations(mTile);