blob: e1eb1e4fc0dbbfde95e5303c3edf72b98e55e206 [file] [log] [blame]
{
"presubmit": [
{
"name": "PowerStatsTests",
"options": [
{"include-filter": "com.android.server.power.stats"},
{"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
{"exclude-annotation": "androidx.test.filters.FlakyTest"},
{"exclude-annotation": "org.junit.Ignore"}
]
}
],
"postsubmit": [
{
"name": "PowerStatsTests",
"options": [
{"include-filter": "com.android.server.power.stats"},
{"exclude-annotation": "org.junit.Ignore"}
]
}
]
}