Commit 9ae4bac8 authored by vabr's avatar vabr Committed by Commit bot

Disable AutofillInteractiveTest.ComparePhoneNumbers on CrOS

Recent flakes are reported even from non-official builds.

TBR=mathp@chromium.org
BUG=516052,390564,708997

Review-Url: https://codereview.chromium.org/2801753006
Cr-Commit-Position: refs/heads/master@{#462799}
parent ae333e41
...@@ -1491,13 +1491,13 @@ IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest, MAYBE_AutofillAfterTranslate) { ...@@ -1491,13 +1491,13 @@ IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest, MAYBE_AutofillAfterTranslate) {
// The high level key presses execute the following: Select the first text // The high level key presses execute the following: Select the first text
// field, invoke the autofill popup list, select the first profile within the // field, invoke the autofill popup list, select the first profile within the
// list, and commit to the profile to populate the form. // list, and commit to the profile to populate the form.
// Flakily times out on windows. http://crbug.com/390564 // Flakily times out on windows (https://crbug.com/390564), and on CrOS
// Flaky on the official cros-trunk crbug.com/516052 // (https://crbug.com/516052).
#if defined(OS_WIN) || defined(OFFICIAL_BUILD) #if defined(OS_WIN) || defined(OS_CHROMEOS)
#define MAYBE_ComparePhoneNumbers DISABLED_ComparePhoneNumbers #define MAYBE_ComparePhoneNumbers DISABLED_ComparePhoneNumbers
#else #else
#define MAYBE_ComparePhoneNumbers ComparePhoneNumbers #define MAYBE_ComparePhoneNumbers ComparePhoneNumbers
#endif // defined(OS_WIN) || defined(OFFICIAL_BUILD) #endif // defined(OS_WIN) || defined(OS_CHROMEOS)
IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest, MAYBE_ComparePhoneNumbers) { IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest, MAYBE_ComparePhoneNumbers) {
AutofillProfile profile; AutofillProfile profile;
profile.SetRawInfo(NAME_FIRST, ASCIIToUTF16("Bob")); profile.SetRawInfo(NAME_FIRST, ASCIIToUTF16("Bob"));
......
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