0

[Gardener] Disabled flaky test in AwContentsTest

This CL disables the following test as it's flaky on builder
"Android WebView P (dbg)"

 - AwContentsTest.testClearDrawFunctorInBackground

Bug: 1451828
Change-Id: Ia07246f650caef2c658beeae8095230fdc239975
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4596098
Owners-Override: Salvador Guerrero Ramos <salg@google.com>
Reviewed-by: Nathan Memmott <memmott@chromium.org>
Commit-Queue: Salvador Guerrero Ramos <salg@google.com>
Cr-Commit-Position: refs/heads/main@{#1154074}
This commit is contained in:
Salvador Guerrero
2023-06-06 21:13:11 +00:00
committed by Chromium LUCI CQ
parent a1861856f5
commit 9ba51a7ffe

@@ -1503,6 +1503,7 @@ public class AwContentsTest {
@Test
@Feature({"AndroidWebView"})
@MediumTest
@DisabledTest(message = "https://crbug.com/1451828")
@Features.EnableFeatures({AwFeatures.WEBVIEW_CLEAR_FUNCTOR_IN_BACKGROUND})
public void testClearDrawFunctorInBackground() throws Throwable {
mActivityTestRule.startBrowserProcess();