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

Commit 41e229ae authored by Andreas Gampe's avatar Andreas Gampe Committed by android-build-merger
Browse files

Merge "SystemUI: Temporarily disable test" into pi-dev

am: 28e22c4a

Change-Id: I5a8658a5c141133017c776174b893435e8bd6ea3
parents 6a43bd63 28e22c4a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);