1{ 2 "presubmit": [ 3 { 4 "name": "PowerStatsTests", 5 "options": [ 6 {"include-filter": "com.android.server.power.stats"}, 7 {"exclude-annotation": "androidx.test.filters.FlakyTest"}, 8 {"exclude-annotation": "org.junit.Ignore"} 9 ] 10 } 11 ], 12 "ravenwood-presubmit": [ 13 { 14 "name": "PowerStatsTestsRavenwood", 15 "host": true, 16 "options": [ 17 {"include-filter": "com.android.server.power.stats"}, 18 {"exclude-annotation": "android.platform.test.annotations.DisabledOnRavenwood"} 19 ] 20 } 21 ], 22 "postsubmit": [ 23 { 24 "name": "PowerStatsTests", 25 "options": [ 26 {"include-filter": "com.android.server.power.stats"}, 27 {"exclude-annotation": "org.junit.Ignore"} 28 ] 29 } 30 ] 31} 32