diff options
author | slightlyoff@chromium.org <slightlyoff@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-03 01:20:46 +0000 |
---|---|---|
committer | slightlyoff@chromium.org <slightlyoff@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-03 01:20:46 +0000 |
commit | 40fc8b766191d37dbcbcb67894d233da2899821c (patch) | |
tree | dc67eb0b0d245c0b8a9b4c7d032a6da67f1ddb7c /chrome_frame/test | |
parent | c9555c02cfaa69a50eff610edad10bbab938976a (diff) | |
download | chromium_src-40fc8b766191d37dbcbcb67894d233da2899821c.zip chromium_src-40fc8b766191d37dbcbcb67894d233da2899821c.tar.gz chromium_src-40fc8b766191d37dbcbcb67894d233da2899821c.tar.bz2 |
Marking the AboutChromeFrame test flaky.
TEST=None
BUG=26549
TBR=ananta
Review URL: http://codereview.chromium.org/348051
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30783 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/test')
-rw-r--r-- | chrome_frame/test/chrome_frame_unittests.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/test/chrome_frame_unittests.cc b/chrome_frame/test/chrome_frame_unittests.cc index 0964796..1845101 100644 --- a/chrome_frame/test/chrome_frame_unittests.cc +++ b/chrome_frame/test/chrome_frame_unittests.cc @@ -1479,7 +1479,7 @@ const wchar_t kChromeFrameAboutVersion[] = // with the chrome revision. The test finally checks for success by comparing // the URL of the window being opened with cf:about:version, which indicates // that the operation succeeded. -TEST_F(ChromeFrameTestWithWebServer, FullTabModeIE_AboutChromeFrame) { +TEST_F(ChromeFrameTestWithWebServer, FLAKY_FullTabModeIE_AboutChromeFrame) { TimedMsgLoop loop; CComObjectStackEx<MockWebBrowserEventSink> mock; |