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

Commit 659a91be authored by Geoffrey Pitsch's avatar Geoffrey Pitsch
Browse files

@Ignore flaky test in QSTileImplTest

Bug: 67842810
Test: runtest systemui
Change-Id: I09a7328af120cebb1bc3e0b528c96a2ea8e8c815
parent 71b4882d
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);