diff options
author | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-15 21:56:55 +0000 |
---|---|---|
committer | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-15 21:56:55 +0000 |
commit | 2dc0a482ef6bb4ac6d702782f1063b04d4d9086d (patch) | |
tree | fe4c8e0f6df8afc63de59eff01911bc13590c556 /chrome/browser/tab_restore_uitest.cc | |
parent | 7111b610fb1a44092d18a35930d94af5eacd68c9 (diff) | |
download | chromium_src-2dc0a482ef6bb4ac6d702782f1063b04d4d9086d.zip chromium_src-2dc0a482ef6bb4ac6d702782f1063b04d4d9086d.tar.gz chromium_src-2dc0a482ef6bb4ac6d702782f1063b04d4d9086d.tar.bz2 |
Disabling 2 flacky UI tests.
TBR=stoyan
BUG=http://crbug.com/14132
Review URL: http://codereview.chromium.org/125153
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18442 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tab_restore_uitest.cc')
-rw-r--r-- | chrome/browser/tab_restore_uitest.cc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome/browser/tab_restore_uitest.cc b/chrome/browser/tab_restore_uitest.cc index bf399fb..5807721 100644 --- a/chrome/browser/tab_restore_uitest.cc +++ b/chrome/browser/tab_restore_uitest.cc @@ -190,7 +190,8 @@ TEST_F(TabRestoreUITest, MiddleTab) { // Close a tab, switch windows, then restore the tab. The tab should be in its // original window and position, and active. -TEST_F(TabRestoreUITest, RestoreToDifferentWindow) { +// Disabled because flacky. See http://crbug.com/14132 +TEST_F(TabRestoreUITest, DISABLED_RestoreToDifferentWindow) { scoped_refptr<BrowserProxy> browser_proxy(automation()->GetBrowserWindow(0)); // This call is virtually guaranteed to pass, assuming that Chromium is the @@ -283,7 +284,8 @@ TEST_F(TabRestoreUITest, BasicRestoreFromClosedWindow) { // Open a window with multiple tabs, close a tab, then close the window. // Restore both and make sure the tab goes back into the window. -TEST_F(TabRestoreUITest, RestoreWindowAndTab) { +// Disabled because flacky. See http://crbug.com/14132 +TEST_F(TabRestoreUITest, DISABLED_RestoreWindowAndTab) { scoped_refptr<BrowserProxy> browser_proxy(automation()->GetBrowserWindow(0)); CheckActiveWindow(browser_proxy.get()); |