summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2017-11-28 20:33:59 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2017-11-28 20:33:59 +0000
commit7c524781a19a234ff73c0ace59b47fb636a90e7b (patch)
treeeb0f2147ab53efa478d033a7ad23f5b30a536504
parent0c5094aec34681f1c36b29b50eba25e5caf0d470 (diff)
parent659a91beed628ca6887f4756622c77b38b55b50f (diff)
Merge "@Ignore flaky test in QSTileImplTest"
-rw-r--r--packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/QSTileImplTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/QSTileImplTest.java b/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/QSTileImplTest.java
index 004ff29f7eac..1c9c7949a971 100644
--- a/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/QSTileImplTest.java
+++ b/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/QSTileImplTest.java
@@ -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);