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

Commit d0c02daa authored by Michael Wachenschwanz's avatar Michael Wachenschwanz Committed by Automerger Merge Worker
Browse files

Merge "Ignore testSetPolicyLevel_Adaptive" into udc-dev am: 6690e6f4 am: cd46817b

parents ed607673 cd46817b
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ public class BatterySaverPolicyTest extends AndroidTestCase {
        testServiceDefaultValue_On(ServiceType.NULL);
    }

    @Suppress
    @Suppress // TODO: b/317823111 - Remove once test fixed.
    @SmallTest
    public void testGetBatterySaverPolicy_PolicyVibration_DefaultValueCorrect() {
        testDefaultValue(
@@ -219,7 +219,7 @@ public class BatterySaverPolicyTest extends AndroidTestCase {
                ServiceType.QUICK_DOZE);
    }

    @Suppress
    @Suppress // TODO: b/317823111 - Remove once test fixed.
    @SmallTest
    public void testUpdateConstants_getCorrectData() {
        mBatterySaverPolicy.updateConstantsLocked(BATTERY_SAVER_CONSTANTS, "");
@@ -327,6 +327,7 @@ public class BatterySaverPolicyTest extends AndroidTestCase {
        }
    }

    @Suppress // TODO: b/317823111 - Remove once test fixed.
    public void testSetPolicyLevel_Adaptive() {
        mBatterySaverPolicy.setPolicyLevel(POLICY_LEVEL_ADAPTIVE);