[sheriff] Disable
SystemComponentsTest.IconButtonWithBackgroundColorIdDoesNotCrash This CL disables a failing test. Bug: 1384372 Change-Id: I3c0a20fa2151e621f813504c63ddd96cbce97c2a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4023237 Owners-Override: Robert Lin <robertlin@google.com> Reviewed-by: Yoichi Osato <yoichio@chromium.org> Reviewed-by: Kentaro Hara <haraken@chromium.org> Commit-Queue: Huanpo Lin <robertlin@chromium.org> Cr-Commit-Position: refs/heads/main@{#1071432}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
6f28ef3418
commit
8805dea843
@ -48,7 +48,9 @@ std::unique_ptr<views::Widget> CreateWidgetWithComponent(
|
||||
|
||||
using SystemComponentsTest = AshTestBase;
|
||||
|
||||
TEST_F(SystemComponentsTest, IconButtonWithBackgroundColorIdDoesNotCrash) {
|
||||
// TODO(crbug/1384370): Disable for constant failure.
|
||||
TEST_F(SystemComponentsTest,
|
||||
DISABLED_IconButtonWithBackgroundColorIdDoesNotCrash) {
|
||||
// Create an IconButton with an explicit background color ID.
|
||||
auto icon_button = std::make_unique<IconButton>(
|
||||
IconButton::PressedCallback(), IconButton::Type::kSmall, &kTestIcon,
|
||||
|
Reference in New Issue
Block a user