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

Commit b54cc2d5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Re-enable PowerStatsTestsRavenwood" into main

parents 605563e3 ddea46c2
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -65,13 +65,12 @@ android_ravenwood_test {
        "androidx.annotation_annotation",
        "androidx.test.rules",
        "androidx.test.uiautomator_uiautomator",
        "androidx.test.ext.junit",
        "modules-utils-binary-xml",
        "flag-junit",
    ],
    srcs: [
        // b/375477626 -- somehow this test is failing in presubmit on AOSP.
        // This module is devlopped internal-fast, so we don't need to run it on AOSP.
        //        "src/com/android/server/power/stats/*.java",
        "src/com/android/server/power/stats/*.java",
    ],
    java_resources: [
        "res/xml/power_profile*.xml",
+1 −2
Original line number Diff line number Diff line
@@ -9,8 +9,7 @@
      "name": "PowerStatsTestsRavenwood",
      "host": true,
      "options": [
        {"include-filter": "com.android.server.power.stats"},
        {"exclude-annotation": "android.platform.test.annotations.DisabledOnRavenwood"}
        {"include-filter": "com.android.server.power.stats"}
      ]
    }
  ],