diff options
author | rdsmith@chromium.org <rdsmith@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-06 20:07:23 +0000 |
---|---|---|
committer | rdsmith@chromium.org <rdsmith@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-06 20:07:23 +0000 |
commit | 5b2ac1c505163c016a6e42f46b9cfb577c07fa20 (patch) | |
tree | 7cbc63814efa17ee2f2f709e11afc8ec28857b0c /chrome_frame | |
parent | 3c7b493a695d78f70bae5abfe05fe4d796e4e0ea (diff) | |
download | chromium_src-5b2ac1c505163c016a6e42f46b9cfb577c07fa20.zip chromium_src-5b2ac1c505163c016a6e42f46b9cfb577c07fa20.tar.gz chromium_src-5b2ac1c505163c016a6e42f46b9cfb577c07fa20.tar.bz2 |
Marking FullTabUITest.TabCrashRefresh as disabled.
BUG=99317
Review URL: http://codereview.chromium.org/8177014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104354 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/test/ui_test.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome_frame/test/ui_test.cc b/chrome_frame/test/ui_test.cc index 0cbf852..3c9e237 100644 --- a/chrome_frame/test/ui_test.cc +++ b/chrome_frame/test/ui_test.cc @@ -346,8 +346,9 @@ TEST_P(FullTabUITest, TabCrashReload) { } // Tests if Chrome gets restarted after a crash by just refreshing the document. -// Flaky as per bug http://crbug.com/99317. -TEST_P(FullTabUITest, FLAKY_TabCrashRefresh) { +// DISABLED as per bug http://crbug.com/99317 (one of the failures is a +// timeout, which marking as FLAKY or FAILS won't mask). +TEST_P(FullTabUITest, DISABLED_TabCrashRefresh) { using testing::DoAll; if (!GetParam().invokes_cf()) { |