Skip to content

Commit

Permalink
Gardening: Disable LcpBreakdownTimingsTest.ManualLazyLoadingImage on …
Browse files Browse the repository at this point in the history
…Chrome OS

Owners-Override: Gardening.
Bug: 1487837
Change-Id: Id4fc06cee426aaa3e5f78d36f264b6963f3ad85d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4902451
Reviewed-by: Charlie Harrison <csharrison@chromium.org>
Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1204654}
  • Loading branch information
rsolomakhin authored and Chromium LUCI CQ committed Oct 3, 2023
1 parent 9ab6983 commit 1d82f1a
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1200,8 +1200,9 @@ IN_PROC_BROWSER_TEST_F(LcpBreakdownTimingsTest, MAYBE_NativeLazyLoadingImage) {
Validate();
}

// TODO(https://crbug.com/1487837): This test is failing on Linux CFI.
#if BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_LINUX)
// TODO(https://crbug.com/1487837): This test is failing on Linux CFI and Chrome
// OS (Both Lacros and ASH).
#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)
#define MAYBE_ManualLazyLoadingImage DISABLED_ManualLazyLoadingImage
#else
#define MAYBE_ManualLazyLoadingImage ManualLazyLoadingImage
Expand Down

0 comments on commit 1d82f1a

Please sign in to comment.