Disabled flaky DisplayManagerTest.Rotate on Windows.

BUG=244466
TBR=oshima@chromium.org

Review URL: https://chromiumcodereview.appspot.com/15659012

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202649 0039d316-1c4b-4281-b951-d872f2087c98
parent 2622feb8
......@@ -702,7 +702,13 @@ TEST_F(DisplayManagerTest, AutomaticOverscanInsets) {
GetDisplayInfoAt(1).size_in_pixel().ToString());
}
TEST_F(DisplayManagerTest, Rotate) {
#if defined(OS_WIN)
// Flaky on Win8 Aura: http://crbug.com/244466
#define MAYBE_Rotate DISABLED_Rotate
#else
#define MAYBE_Rotate Rotate
#endif
TEST_F(DisplayManagerTest, MAYBE_Rotate) {
UpdateDisplay("100x200/r,300x400/l");
EXPECT_EQ("1,1 100x200",
GetDisplayInfoAt(0).bounds_in_pixel().ToString());
......
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