Commit dd08d6d6 authored by Thomas Lukaszewicz's avatar Thomas Lukaszewicz Committed by Chromium LUCI CQ

Disable LoadTimingBrowserTest.HTTPS for ChromeOS LACROSS

Bug: 1128033
Change-Id: I23c0817a99bd03ae38087174f09ea1bf3aff6da4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606631
Auto-Submit: Thomas Lukaszewicz <tluk@chromium.org>
Commit-Queue: John Abd-El-Malek <jam@chromium.org>
Reviewed-by: default avatarJohn Abd-El-Malek <jam@chromium.org>
Cr-Commit-Position: refs/heads/master@{#839776}
parent 449f0be3
......@@ -134,7 +134,7 @@ IN_PROC_BROWSER_TEST_F(LoadTimingBrowserTest, HTTP) {
}
// TODO(crbug.com/1128033): Flaky on ChromeOS and Mac.
#if BUILDFLAG(IS_CHROMEOS_ASH) || defined(OS_MAC)
#if defined(OS_CHROMEOS) || defined(OS_MAC)
#define MAYBE_HTTPS DISABLED_HTTPS
#else
#define MAYBE_HTTPS HTTPS
......
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