Commit 3f3ee3e4 authored by Shimi Zhang's avatar Shimi Zhang Committed by Commit Bot

aw: remove @RetryOnFailure for AwSettingsTest#testDatabaseEnabled

Flakiness dashboard looks green, so remove @RetryOnFailure.

Bug: 767180
Change-Id: I62d513b6c89836af85bf6933bdef18f6e9df468c
Reviewed-on: https://chromium-review.googlesource.com/806318Reviewed-by: default avatarBo <boliu@chromium.org>
Commit-Queue: Shimi Zhang <ctzsm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#521722}
parent db73cc00
...@@ -1829,7 +1829,6 @@ public class AwSettingsTest { ...@@ -1829,7 +1829,6 @@ public class AwSettingsTest {
@Test @Test
@SmallTest @SmallTest
@Feature({"AndroidWebView", "Preferences"}) @Feature({"AndroidWebView", "Preferences"})
@RetryOnFailure
public void testDatabaseEnabled() throws Throwable { public void testDatabaseEnabled() throws Throwable {
TestAwContentsClient client = new TestAwContentsClient(); TestAwContentsClient client = new TestAwContentsClient();
final AwTestContainerView testContainerView = final AwTestContainerView testContainerView =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment