Commit 6536847c authored by prasadt@chromium.org's avatar prasadt@chromium.org

Disable DragPanels test on ChromeOS.

Fixes the test break on ChromeOS.

TEST=none
BUG=none

modified:   chrome/browser/ui/panels/panel_browsertest.cc

Review URL: http://codereview.chromium.org/7629023

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96603 0039d316-1c4b-4281-b951-d872f2087c98
parent 1680420c
......@@ -304,7 +304,7 @@ IN_PROC_BROWSER_TEST_F(PanelBrowserTest, MAYBE_CreatePanelOnOverflow) {
TestCreatePanelOnOverflow();
}
#ifdef OS_MACOSX
#if defined(OS_MACOSX) || defined(OS_CHROMEOS)
#define MAYBE_DragPanels DISABLED_DragPanels
#else
#define MAYBE_DragPanels DragPanels
......
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