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

Commit ef44cb25 authored by Pechetty Sravani's avatar Pechetty Sravani Committed by Automerger Merge Worker
Browse files

Merge "Revert "Ignore testSetPolicyLevel_Adaptive"" into udc-dev am: eb5f7f8b

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

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

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

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