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

Commit 0ed315fe authored by Roland Levillain's avatar Roland Levillain Committed by Automerger Merge Worker
Browse files

Merge "Temporarily disable `testBackgroundDexOptDowngradeSuccessful`." am:...

Merge "Temporarily disable `testBackgroundDexOptDowngradeSuccessful`." am: f4daf639 am: 6d8ee15a am: aa8aab06 am: d0134ec0

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2448063



Change-Id: If26c6a8542184ea7fab20dc830f547a012f2c0c3
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 7f1a6525 d0134ec0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ import org.junit.After;
import org.junit.Assert;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
@@ -299,6 +300,8 @@ public final class BackgroundDexOptServiceIntegrationTests {

    // Test that background dexopt under low storage conditions downgrades unused packages.
    @Test
    @Ignore("b/251438180: This test has been failing for a long time; temporarily disable it while"
            + " we investigate this issue.")
    public void testBackgroundDexOptDowngradeSuccessful() throws IOException {
        // Should be more than DOWNGRADE_AFTER_DAYS.
        long deltaDays = DOWNGRADE_AFTER_DAYS + 1;