Exclude flaky test from presubmit

Bug: 185960974
Test: presubmit
Change-Id: Ied8638dff00bfe77d6fb01131f6b7936d2e9d010
This commit is contained in:
Dmitri Plotnikov
2021-04-26 14:34:08 -07:00
parent b3d3768040
commit 3958bb3d78

View File

@@ -354,6 +354,7 @@ public class BstatsCpuTimesValidationTest {
batteryOffScreenOn();
}
@SkipPresubmit("b/185960974 flaky")
@Test
public void testCpuFreqTimes_stateTopSleeping() throws Exception {
if (!sCpuFreqTimesAvailable || !sPerProcStateTimesAvailable) {