Remove exclude filter on PowerManger test mapping

The tests pass now, the exclude filter can be removed.

Bug: 146569841

Test: atest PowerManagerServiceTest
Change-Id: Ibff92427cc8f759a69b7290e54943e0c9d846116
This commit is contained in:
Fiona Campbell
2020-04-02 14:47:16 +01:00
parent c598ff319c
commit e7c33c3058

View File

@@ -21,10 +21,7 @@
"options": [
{"include-filter": "com.android.server.power"},
{"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
{"exclude-annotation": "androidx.test.filters.FlakyTest"},
{
"exclude-filter": "com.android.server.power.PowerManagerServiceTest#testWakefulnessAwake_ShouldWakeUpWhenPluggedIn"
}
{"exclude-annotation": "androidx.test.filters.FlakyTest"}
]
}
],