diff options
-rw-r--r-- | packages/SystemUI/tests/src/com/android/systemui/util/leak/LeakDetectorTest.java | 2 |
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); |