From fb86b681a52cff45f5dd1137f493d8bf4c1461f2 Mon Sep 17 00:00:00 2001 From: "nsylvain@google.com" Date: Wed, 20 Aug 2008 03:47:42 +0000 Subject: Disable this interactive ui tests because it fails on the bot. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1082 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/views/constrained_window_impl_interactive_uitest.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'chrome/browser/views') 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 browser(automation()->GetBrowserWindow(0)); ASSERT_TRUE(browser.get()); -- cgit v1.1