From eedfcc8aca5ec80b852426fe3c89e3a3c69b530c Mon Sep 17 00:00:00 2001 From: Michael Wright Date: Wed, 6 Jul 2022 20:01:37 +0100 Subject: [PATCH] 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 --- 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 0ce87d7b48b1c..9052f58b2a8be 100644 --- a/services/tests/servicestests/AndroidTest.xml +++ b/services/tests/servicestests/AndroidTest.xml @@ -51,5 +51,6 @@