summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authornsylvain@google.com <nsylvain@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-20 03:47:42 +0000
committernsylvain@google.com <nsylvain@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-20 03:47:42 +0000
commitfb86b681a52cff45f5dd1137f493d8bf4c1461f2 (patch)
tree661fd2452cb72c4b0fe0188adbb235d2007cb0d4 /chrome
parent95c796ba9eebf3016b34d28f32e241a88df67a56 (diff)
downloadchromium_src-fb86b681a52cff45f5dd1137f493d8bf4c1461f2.zip
chromium_src-fb86b681a52cff45f5dd1137f493d8bf4c1461f2.tar.gz
chromium_src-fb86b681a52cff45f5dd1137f493d8bf4c1461f2.tar.bz2
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
Diffstat (limited to 'chrome')
-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());