summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-18 04:19:30 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-18 04:19:30 +0000
commit3f15c373428b52a36ed443c04fd3273013c36d12 (patch)
tree79e847f1b0b58dc2eb8d32a83ba521d65fa2056c /chrome_frame
parent8015de3d3d692d1bbe4f3f2c46b20a5156639d32 (diff)
downloadchromium_src-3f15c373428b52a36ed443c04fd3273013c36d12.zip
chromium_src-3f15c373428b52a36ed443c04fd3273013c36d12.tar.gz
chromium_src-3f15c373428b52a36ed443c04fd3273013c36d12.tar.bz2
Disabling the About ChromeFrame test as this is consistently failing on the buildbot.
Reopened bug http://code.google.com/p/chromium/issues/detail?id=26549 Bug=26549 TBR=amit Review URL: http://codereview.chromium.org/400031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32281 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/test/chrome_frame_unittests.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome_frame/test/chrome_frame_unittests.cc b/chrome_frame/test/chrome_frame_unittests.cc
index 66d7ab5..cbacdb6 100644
--- a/chrome_frame/test/chrome_frame_unittests.cc
+++ b/chrome_frame/test/chrome_frame_unittests.cc
@@ -1506,7 +1506,9 @@ 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) {
+// Disabling this test as it is consistently failing on the builder.
+// http://code.google.com/p/chromium/issues/detail?id=26549
+TEST_F(ChromeFrameTestWithWebServer, DISABLED_FullTabModeIE_AboutChromeFrame) {
TimedMsgLoop loop;
CComObjectStackEx<MockWebBrowserEventSink> mock;