Commit 6796ef40 authored by dbeam@chromium.org's avatar dbeam@chromium.org

Add FAILS_ to PanelAndNotificationTest.NoOverlapping.

TBR=jianli
BUG=118168
TEST=Tree is green.

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137823 0039d316-1c4b-4281-b951-d872f2087c98
parent e49bedfb
...@@ -1817,13 +1817,7 @@ class PanelAndNotificationTest : public PanelBrowserTest { ...@@ -1817,13 +1817,7 @@ class PanelAndNotificationTest : public PanelBrowserTest {
}; };
// crbug.com/118168 // crbug.com/118168
#if defined(OS_MACOSX) IN_PROC_BROWSER_TEST_F(PanelAndNotificationTest, FAILS_NoOverlapping) {
#define MAYBE_NoOverlapping FAILS_NoOverlapping
#else
#define MAYBE_NoOverlapping NoOverlapping
#endif
IN_PROC_BROWSER_TEST_F(PanelAndNotificationTest, MAYBE_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