Merge "Mark testNotificationEvent_quotaBump as flaky." into tm-qpr-dev

This commit is contained in:
TreeHugger Robot
2022-07-15 03:18:21 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 0 deletions

View File

@@ -50,5 +50,6 @@
<option name="package" value="com.android.frameworks.servicestests" />
<option name="runner" value="androidx.test.runner.AndroidJUnitRunner" />
<option name="hidden-api-checks" value="false"/>
<option name="exclude-annotation" value="androidx.test.filters.FlakyTest" />
</test>
</configuration>

View File

@@ -928,6 +928,7 @@ public class AppStandbyControllerTests {
}
@Test
@FlakyTest(bugId = 185169504)
public void testNotificationEvent_quotaBump() throws Exception {
mInjector.mSettingsBuilder
.setBoolean("trigger_quota_bump_on_notification_seen", true);