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

Commit d265a2df 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

am: 41e229ae

Change-Id: I5be3923b605438528285f2e595fb64a298cdbbc4
parents 34b10c52 41e229ae
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);