Commit e0ae4225 authored by Yi Gu's avatar Yi Gu Committed by Chromium LUCI CQ

[Sheriff] Disable flaky test on Mac and Linux

See linked bug for details.

TBR=ellyjones@chromium.org

Bug: 1167249
Change-Id: I97c11cc0eab2c1eba5ed38182befb1bc22d0d7e6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2633350
Commit-Queue: Yi Gu <yigu@chromium.org>
Auto-Submit: Yi Gu <yigu@chromium.org>
Reviewed-by: default avatarFabrice de Gans-Riberi <fdegans@chromium.org>
Cr-Commit-Position: refs/heads/master@{#844195}
parent 549dfb1d
...@@ -2459,8 +2459,9 @@ IN_PROC_BROWSER_TEST_P( ...@@ -2459,8 +2459,9 @@ IN_PROC_BROWSER_TEST_P(
EXPECT_FALSE(model->IsGroupCollapsed(group)); EXPECT_FALSE(model->IsGroupCollapsed(group));
} }
#if defined(OS_MAC) && defined(ARCH_CPU_ARM64) #if defined(OS_MAC) || defined(OS_LINUX)
// Bulk-disabled for arm64 bot stabilization: https://crbug.com/1154345 // Bulk-disabled for arm64 bot stabilization: https://crbug.com/1154345
// Test is flaky on Mac and Linux: https://crbug.com/1167249
#define MAYBE_DragCollapsedGroupHeaderToSeparateWindow \ #define MAYBE_DragCollapsedGroupHeaderToSeparateWindow \
DISABLED_DragCollapsedGroupHeaderToSeparateWindow DISABLED_DragCollapsedGroupHeaderToSeparateWindow
#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