Merge "Mark testNotificationEvent_quotaBump as flaky." into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
975b2af4ff
@@ -50,5 +50,6 @@
|
|||||||
<option name="package" value="com.android.frameworks.servicestests" />
|
<option name="package" value="com.android.frameworks.servicestests" />
|
||||||
<option name="runner" value="androidx.test.runner.AndroidJUnitRunner" />
|
<option name="runner" value="androidx.test.runner.AndroidJUnitRunner" />
|
||||||
<option name="hidden-api-checks" value="false"/>
|
<option name="hidden-api-checks" value="false"/>
|
||||||
|
<option name="exclude-annotation" value="androidx.test.filters.FlakyTest" />
|
||||||
</test>
|
</test>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|||||||
@@ -928,6 +928,7 @@ public class AppStandbyControllerTests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@FlakyTest(bugId = 185169504)
|
||||||
public void testNotificationEvent_quotaBump() throws Exception {
|
public void testNotificationEvent_quotaBump() throws Exception {
|
||||||
mInjector.mSettingsBuilder
|
mInjector.mSettingsBuilder
|
||||||
.setBoolean("trigger_quota_bump_on_notification_seen", true);
|
.setBoolean("trigger_quota_bump_on_notification_seen", true);
|
||||||
|
|||||||
Reference in New Issue
Block a user