Commit e74e6157 authored by Fergus Dall's avatar Fergus Dall Committed by Commit Bot

Mark...

Mark TestStrippingHeadersFromRequestUsingSimpleURLLoaderWithGlobalSystemNetworkContext as flaky on chrome OS

TBR=rmcelrath@chromium.org

Bug: 964338
Change-Id: Ic4555abb9602db8dc0151488b0e84a742cce0b9a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1619525Reviewed-by: default avatarFergus Dall <sidereal@google.com>
Commit-Queue: Fergus Dall <sidereal@google.com>
Cr-Commit-Position: refs/heads/master@{#661267}
parent 47b7742b
......@@ -364,9 +364,17 @@ IN_PROC_BROWSER_TEST_F(
EXPECT_FALSE(HasReceivedHeader(GetExampleUrl(), "X-Client-Data"));
}
#if defined(OS_CHROMEOS)
// See https://crbug.com/964338
#define MAYBE_TestStrippingHeadersFromRequestUsingSimpleURLLoaderWithGlobalSystemNetworkContext \
DISABLED_TestStrippingHeadersFromRequestUsingSimpleURLLoaderWithGlobalSystemNetworkContext
#else
#define MAYBE_TestStrippingHeadersFromRequestUsingSimpleURLLoaderWithGlobalSystemNetworkContext \
TestStrippingHeadersFromRequestUsingSimpleURLLoaderWithGlobalSystemNetworkContext
#endif
IN_PROC_BROWSER_TEST_F(
VariationsHttpHeadersBrowserTest,
TestStrippingHeadersFromRequestUsingSimpleURLLoaderWithGlobalSystemNetworkContext) {
MAYBE_TestStrippingHeadersFromRequestUsingSimpleURLLoaderWithGlobalSystemNetworkContext) {
GURL url = GetGoogleRedirectUrl1();
auto resource_request = std::make_unique<network::ResourceRequest>();
......
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