summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views')
-rw-r--r--chrome/browser/views/constrained_window_impl_interactive_uitest.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/views/constrained_window_impl_interactive_uitest.cc b/chrome/browser/views/constrained_window_impl_interactive_uitest.cc
index 1fd47ea..d7eff19 100644
--- a/chrome/browser/views/constrained_window_impl_interactive_uitest.cc
+++ b/chrome/browser/views/constrained_window_impl_interactive_uitest.cc
@@ -47,7 +47,9 @@ class InteractiveConstrainedWindowTest : public UITest {
}
};
-TEST_F(InteractiveConstrainedWindowTest, UserActivatedResizeToLeavesSpaceForChrome) {
+// This test is disabled, see bug 1334628.
+TEST_F(InteractiveConstrainedWindowTest,
+ DISABLED_UserActivatedResizeToLeavesSpaceForChrome) {
scoped_ptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
ASSERT_TRUE(browser.get());