Commit a14a8f3b authored by Gang Wu's avatar Gang Wu Committed by Commit Bot

CWVAutofillControllerTest.FetchSuggestions is Flaky

Bug:991008
TBR=jzw@chromium.org

Change-Id: I38399f22277d0b776304448ce4210d0900dc552d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1736711Reviewed-by: default avatarGang Wu <gangwu@chromium.org>
Commit-Queue: Gang Wu <gangwu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#684177}
parent 494cf9a2
...@@ -104,7 +104,8 @@ class CWVAutofillControllerTest : public TestWithLocaleAndResources { ...@@ -104,7 +104,8 @@ class CWVAutofillControllerTest : public TestWithLocaleAndResources {
}; };
// Tests CWVAutofillController fetch suggestions. // Tests CWVAutofillController fetch suggestions.
TEST_F(CWVAutofillControllerTest, FetchSuggestions) { // TODO(crbug.com/990938): Flaky test
TEST_F(CWVAutofillControllerTest, DISABLED_FetchSuggestions) {
FormSuggestion* suggestion = FormSuggestion* suggestion =
[FormSuggestion suggestionWithValue:kTestFieldValue [FormSuggestion suggestionWithValue:kTestFieldValue
displayDescription:nil displayDescription:nil
......
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