Commit 00a00175 authored by Xiaocheng Hu's avatar Xiaocheng Hu Committed by Commit Bot

[Sheriff] Disable AutofillTest.UsePlusSignForInternationalNumber on Linux

Bug: 935629
Change-Id: I8a3c83a027dff593756897b0332dd047da0c6e2d
Tbr: xiaochengh@chromium.org
NoTry: True
Reviewed-on: https://chromium-review.googlesource.com/c/1487173Reviewed-by: default avatarXiaocheng Hu <xiaochengh@chromium.org>
Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#635175}
parent 1612701e
...@@ -427,7 +427,8 @@ IN_PROC_BROWSER_TEST_F(AutofillTest, AppendCountryCodeForAggregatedPhones) { ...@@ -427,7 +427,8 @@ IN_PROC_BROWSER_TEST_F(AutofillTest, AppendCountryCodeForAggregatedPhones) {
// This does not apply to US numbers. For US numbers, '+' is removed. // This does not apply to US numbers. For US numbers, '+' is removed.
// Flaky on Windows. http://crbug.com/500491 // Flaky on Windows. http://crbug.com/500491
#if defined(OS_WIN) // Also flaky on Linux. http://crbug.com/935629
#if defined(OS_WIN) || defined(OS_LINUX)
#define MAYBE_UsePlusSignForInternationalNumber \ #define MAYBE_UsePlusSignForInternationalNumber \
DISABLED_UsePlusSignForInternationalNumber DISABLED_UsePlusSignForInternationalNumber
#else #else
......
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