diff options
author | 2024-10-30 23:47:35 +0000 | |
---|---|---|
committer | 2024-10-30 23:47:35 +0000 | |
commit | b54cc2d5d37d057e57aacc1facc26d1948040012 (patch) | |
tree | 0e7eb07e28631ac253b9b8dcc497c15fd10d9ce0 | |
parent | 605563e333f71cbc180d0318b928beee29b9595b (diff) | |
parent | ddea46c2843c058d18af68f0f0ce87d5a3829a90 (diff) |
Merge "Re-enable PowerStatsTestsRavenwood" into main
-rw-r--r-- | services/tests/powerstatstests/Android.bp | 5 | ||||
-rw-r--r-- | services/tests/powerstatstests/TEST_MAPPING | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/services/tests/powerstatstests/Android.bp b/services/tests/powerstatstests/Android.bp index d786f3fc52a0..631f76ace958 100644 --- a/services/tests/powerstatstests/Android.bp +++ b/services/tests/powerstatstests/Android.bp @@ -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", diff --git a/services/tests/powerstatstests/TEST_MAPPING b/services/tests/powerstatstests/TEST_MAPPING index 4e209f473ff3..d3d3cf641d9a 100644 --- a/services/tests/powerstatstests/TEST_MAPPING +++ b/services/tests/powerstatstests/TEST_MAPPING @@ -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"} ] } ], |