Commit 7dd8f2b5 authored by oshima@chromium.org's avatar oshima@chromium.org

Skip DisplayManagerTest.ScreenAfterShutdown on win8 (which doesn't support...

Skip DisplayManagerTest.ScreenAfterShutdown on win8 (which doesn't support multiple dislpays on ash)

BUG=NONE
RDANBEAM

R=dbeam@chromium.org

Review URL: https://codereview.chromium.org/142003003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245578 0039d316-1c4b-4281-b951-d872f2087c98
parent 17f2faa3
...@@ -1209,6 +1209,8 @@ class ScreenShutdownTest : public test::AshTestBase { ...@@ -1209,6 +1209,8 @@ class ScreenShutdownTest : public test::AshTestBase {
}; };
TEST_F(DisplayManagerTest, ScreenAfterShutdown) { TEST_F(DisplayManagerTest, ScreenAfterShutdown) {
if (!SupportsMultipleDisplays())
return;
UpdateDisplay("500x300,800x400"); UpdateDisplay("500x300,800x400");
} }
......
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