Commit 02baceae authored by Roger Tawa's avatar Roger Tawa Committed by Commit Bot

Disable flaky test

ResolutionNotificationControllerTest.MultipleResolutionChange.

TBR=tetsui@chromium.org,yoshiki@chromium.org,estade@chromium.org

Bug: 869401
Change-Id: Ic2cd931481cc43ac900c829f8f6b82a4e632ce63
Reviewed-on: https://chromium-review.googlesource.com/1156850Reviewed-by: default avatarRoger Tawa <rogerta@chromium.org>
Commit-Queue: Roger Tawa <rogerta@chromium.org>
Cr-Commit-Position: refs/heads/master@{#579449}
parent e3b75495
......@@ -319,7 +319,9 @@ TEST_F(ResolutionNotificationControllerTest, DisplayDisconnected) {
EXPECT_EQ(59.0f, mode.refresh_rate());
}
TEST_F(ResolutionNotificationControllerTest, MultipleResolutionChange) {
// See http://crbug.com/869401 for details.
TEST_F(ResolutionNotificationControllerTest,
DISABLED_MultipleResolutionChange) {
UpdateDisplay(
"300x300#300x300%56|200x200%57,"
"250x250#250x250%58|200x200%59");
......
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