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

Commit c66d82c7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Temporarily disable flaky BstatsCpuTimesValidationTest presubmit tests" into sc-dev

parents a9bb9e1b 96ea7e03
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -186,6 +186,7 @@ public class BstatsCpuTimesValidationTest {
        sPerProcStateTimesAvailable = fgCpuTimes != null;
    }

    @SkipPresubmit("b/184201598 flaky")
    @Test
    public void testCpuFreqTimes() throws Exception {
        if (!sCpuFreqTimesAvailable) {
@@ -214,6 +215,7 @@ public class BstatsCpuTimesValidationTest {
        batteryOffScreenOn();
    }

    @SkipPresubmit("b/184201598 flaky")
    @Test
    public void testCpuFreqTimes_screenOff() throws Exception {
        if (!sCpuFreqTimesAvailable) {
@@ -276,6 +278,7 @@ public class BstatsCpuTimesValidationTest {
        batteryOffScreenOn();
    }

    @SkipPresubmit("b/184201598 flaky")
    @Test
    public void testCpuFreqTimes_stateTop() throws Exception {
        if (!sCpuFreqTimesAvailable || !sPerProcStateTimesAvailable) {
@@ -309,6 +312,7 @@ public class BstatsCpuTimesValidationTest {
        batteryOffScreenOn();
    }

    @SkipPresubmit("b/184201598 flaky")
    @Test
    public void testIsolatedCpuFreqTimes_stateService() throws Exception {
        if (!sCpuFreqTimesAvailable || !sPerProcStateTimesAvailable) {
@@ -450,6 +454,7 @@ public class BstatsCpuTimesValidationTest {
        batteryOff();
    }

    @SkipPresubmit("b/184201598 flaky")
    @Test
    public void testCpuFreqTimes_stateBg() throws Exception {
        if (!sCpuFreqTimesAvailable || !sPerProcStateTimesAvailable) {
@@ -516,6 +521,7 @@ public class BstatsCpuTimesValidationTest {
        batteryOffScreenOn();
    }

    @SkipPresubmit("b/184201598 flaky")
    @Test
    public void testCpuFreqTimes_trackingDisabled() throws Exception {
        if (!sCpuFreqTimesAvailable || !sPerProcStateTimesAvailable) {