Commit 4925294c authored by Kristi Park's avatar Kristi Park Committed by Commit Bot

[Sheriff] Disable flaky ExtensionWebRequestApiTest.WebRequestExtraHeaders

Flaky on MacOS: https://ci.chromium.org/p/chromium/builders/ci/Mac10.13%20Tests%20%28dbg%29/17183

TBR=battre@chromium.org

Bug: 1003661
Change-Id: I570c8ff44a394ad5bf62669d73f89d0060310fb6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050041
Commit-Queue: Kristi Park <kristipark@chromium.org>
Reviewed-by: default avatarKristi Park <kristipark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#740488}
parent 45fb6502
......@@ -611,9 +611,8 @@ IN_PROC_BROWSER_TEST_F(ExtensionWebRequestApiTest,
<< message_;
}
// Flaky on ChromeOS: https://crbug.com/1003661 and Linux:
// https://crbug.com/1864717
#if defined(OS_CHROMEOS) || defined(OS_LINUX)
// Flaky on multiple platforms: https://crbug.com/1003661
#if defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_MACOSX)
#define MAYBE_WebRequestExtraHeaders DISABLED_WebRequestExtraHeaders
#else
#define MAYBE_WebRequestExtraHeaders WebRequestExtraHeaders
......
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