summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2018-03-19 01:18:22 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2018-03-19 01:18:22 +0000
commit28e22c4ae10670df370dfec7db88a6078d943fec (patch)
treee6dd588149f046ab503dc9860b05ede1793786ae
parent449be81065230b9b9ac3c86640356b6d49b9ada3 (diff)
parent66745e929c652146cb24e0704c4e77c34a398bc8 (diff)
Merge "SystemUI: Temporarily disable test" into pi-dev
-rw-r--r--packages/SystemUI/tests/src/com/android/systemui/util/leak/LeakDetectorTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/SystemUI/tests/src/com/android/systemui/util/leak/LeakDetectorTest.java b/packages/SystemUI/tests/src/com/android/systemui/util/leak/LeakDetectorTest.java
index 56de32d3a401..11bb398501de 100644
--- a/packages/SystemUI/tests/src/com/android/systemui/util/leak/LeakDetectorTest.java
+++ b/packages/SystemUI/tests/src/com/android/systemui/util/leak/LeakDetectorTest.java
@@ -24,6 +24,7 @@ import com.android.systemui.SysuiTestCase;
import com.android.systemui.util.leak.ReferenceTestUtils.CollectionWaiter;
import org.junit.Before;
+import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -82,6 +83,7 @@ public class LeakDetectorTest extends SysuiTestCase {
collectionWaiter.waitForCollection();
}
+ @Ignore("b/75329085")
@Test
public void trackCollection_doesNotLeakTrackedObject() {
CollectionWaiter collectionWaiter = trackCollectionWith(mLeakDetector::trackCollection);