Commit 2ac48599 authored by dcheng@chromium.org's avatar dcheng@chromium.org

Disable broken Panel tests

BUG=none
TEST=none

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112587 0039d316-1c4b-4281-b951-d872f2087c98
parent 108ee3c6
...@@ -615,7 +615,8 @@ IN_PROC_BROWSER_TEST_F(PanelBrowserViewTest, DISABLED_DrawAttention) { ...@@ -615,7 +615,8 @@ IN_PROC_BROWSER_TEST_F(PanelBrowserViewTest, DISABLED_DrawAttention) {
TestDrawAttention(); TestDrawAttention();
} }
IN_PROC_BROWSER_TEST_F(PanelBrowserViewTest, ChangeAutoHideTaskBarThickness) { IN_PROC_BROWSER_TEST_F(PanelBrowserViewTest,
DISABLED_ChangeAutoHideTaskBarThickness) {
TestChangeAutoHideTaskBarThickness(); TestChangeAutoHideTaskBarThickness();
} }
#endif #endif
...@@ -1854,7 +1854,7 @@ class PanelAndNotificationTest : public PanelBrowserTest { ...@@ -1854,7 +1854,7 @@ class PanelAndNotificationTest : public PanelBrowserTest {
scoped_ptr<DesktopNotificationService> service_; scoped_ptr<DesktopNotificationService> service_;
}; };
IN_PROC_BROWSER_TEST_F(PanelAndNotificationTest, NoOverlapping) { IN_PROC_BROWSER_TEST_F(PanelAndNotificationTest, DISABLED_NoOverlapping) {
const int kPanelWidth = 200; const int kPanelWidth = 200;
const int kShortPanelHeight = 150; const int kShortPanelHeight = 150;
const int kTallPanelHeight = 200; const int kTallPanelHeight = 200;
......
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