From 33cecbe136223a1bca408ffe7ffbfc65a24d5934 Mon Sep 17 00:00:00 2001 From: Michael Wright Date: Wed, 6 Jul 2022 20:01:37 +0100 Subject: Mark testNotificationEvent_quotaBump as flaky. It currently is failing > 50% of the time on master. Also, actually configure the test runners to actually skip flaky tests. Most of these were still running despite being marked as @FlakyTest. Bug: 185169504 Test: atest AppStandbyControllerTests#testNotificationEvent_quotaBump Change-Id: I587f156a7296c80dd0d55fd9687de6bdcabb3895 (cherry picked from commit eedfcc8aca5ec80b852426fe3c89e3a3c69b530c) --- services/tests/servicestests/AndroidTest.xml | 1 + .../src/com/android/server/usage/AppStandbyControllerTests.java | 1 + 2 files changed, 2 insertions(+) diff --git a/services/tests/servicestests/AndroidTest.xml b/services/tests/servicestests/AndroidTest.xml index 158bd39a4fd0..7092092fef25 100644 --- a/services/tests/servicestests/AndroidTest.xml +++ b/services/tests/servicestests/AndroidTest.xml @@ -50,5 +50,6 @@