0

[Sheriff] Disable flaky test DisplayNotifications.

Bug:1222612

Change-Id: Icefc12943fbd94acb26f944cf6ec7df716ccffe8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2978871
Commit-Queue: Illia Klimov <elklm@google.com>
Owners-Override: Illia Klimov <elklm@google.com>
Reviewed-by: Kamila Hasanbega <hkamila@chromium.org>
Cr-Commit-Position: refs/heads/master@{#894631}
This commit is contained in:
Illia Klimov
2021-06-22 12:08:52 +00:00
committed by Chromium LUCI CQ
parent 7682c2b20d
commit bbc0d058db

@ -152,7 +152,8 @@ ScreenLayoutObserverTest::GetDisplayNotification() const {
return nullptr;
}
TEST_F(ScreenLayoutObserverTest, DisplayNotifications) {
// This test is flaky. crbug.com/1222612
TEST_F(ScreenLayoutObserverTest, DISABLED_DisplayNotifications) {
UpdateDisplay("400x400");
display::Display::SetInternalDisplayId(display_manager()->first_display_id());
EXPECT_TRUE(GetDisplayNotificationText().empty());