diff options
author | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-27 21:20:18 +0000 |
---|---|---|
committer | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-27 21:20:18 +0000 |
commit | 2fbd3a7fcffbf49d3cdc4742bf355afb1ed913d5 (patch) | |
tree | a10649c4b5d5827a48be76283f3f62faeec1277a /chrome/browser/tab_restore_uitest.cc | |
parent | db97648802214d8b108ca667c7019bce48527f83 (diff) | |
download | chromium_src-2fbd3a7fcffbf49d3cdc4742bf355afb1ed913d5.zip chromium_src-2fbd3a7fcffbf49d3cdc4742bf355afb1ed913d5.tar.gz chromium_src-2fbd3a7fcffbf49d3cdc4742bf355afb1ed913d5.tar.bz2 |
Add a bunch of missing bug references to FLAKY tests
BUG=None
TEST=N/A
Review URL: http://codereview.chromium.org/4135007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64150 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tab_restore_uitest.cc')
-rw-r--r-- | chrome/browser/tab_restore_uitest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/tab_restore_uitest.cc b/chrome/browser/tab_restore_uitest.cc index 4e48d5a..5764dde 100644 --- a/chrome/browser/tab_restore_uitest.cc +++ b/chrome/browser/tab_restore_uitest.cc @@ -208,7 +208,7 @@ 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. -// This test is flaky. See http://crbug.com/14132 and 11213. +// This test is flaky. See http://crbug.com/54894 TEST_F(TabRestoreUITest, FLAKY_RestoreToDifferentWindow) { scoped_refptr<BrowserProxy> browser_proxy(automation()->GetBrowserWindow(0)); ASSERT_TRUE(browser_proxy.get()); |