Commit 6cb262dd authored by Marc Treib's avatar Marc Treib Committed by Commit Bot

Disable flaky AwSettingsTest.testDatabaseEnabled

TBR=torne@chromium.org

Bug: 767180
Change-Id: I3ad4f6d1b67d19eb09f5dd489699031d629ff740
Reviewed-on: https://chromium-review.googlesource.com/684375Reviewed-by: default avatarMarc Treib <treib@chromium.org>
Commit-Queue: Marc Treib <treib@chromium.org>
Cr-Commit-Position: refs/heads/master@{#504356}
parent 125e7954
......@@ -1816,9 +1816,12 @@ public class AwSettingsTest {
helper.ensureSettingHasInitialValue();
}
/*
* @SmallTest
* @Feature({"AndroidWebView", "Preferences"})
*/
@Test
@SmallTest
@Feature({"AndroidWebView", "Preferences"})
@DisabledTest(message = "crbug.com/767180")
public void testDatabaseEnabled() throws Throwable {
TestAwContentsClient client = new TestAwContentsClient();
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