diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-10 06:35:41 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-10 06:35:41 +0000 |
commit | bfc209f85c6bcec6b2d3b967a30715b305a1b5ed (patch) | |
tree | e4e7f46a45aaa160989c64bb68c315c855e3520d /chrome_frame | |
parent | 24281f8d4707ce04f9987f7a2af2cdb4ff973292 (diff) | |
download | chromium_src-bfc209f85c6bcec6b2d3b967a30715b305a1b5ed.zip chromium_src-bfc209f85c6bcec6b2d3b967a30715b305a1b5ed.tar.gz chromium_src-bfc209f85c6bcec6b2d3b967a30715b305a1b5ed.tar.bz2 |
Disabling the ShouldShowVersionMismatchDialog chrome frame test as it fails all the
time.
Bug=62636
TBR=joi
Review URL: http://codereview.chromium.org/4727004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65638 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/test/chrome_frame_activex_unittest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome_frame/test/chrome_frame_activex_unittest.cc b/chrome_frame/test/chrome_frame_activex_unittest.cc index 93f570f..06c5a4d 100644 --- a/chrome_frame/test/chrome_frame_activex_unittest.cc +++ b/chrome_frame/test/chrome_frame_activex_unittest.cc @@ -52,7 +52,8 @@ class MockChromeFrameClientSite } }; -TEST(ChromeFrameActivex, ShouldShowVersionMismatchDialog) { +// http://code.google.com/p/chromium/issues/detail?id=62636 +TEST(ChromeFrameActivex, DISABLED_ShouldShowVersionMismatchDialog) { // If not privileged, we always show the dialog. ASSERT_TRUE( TestingChromeFrameActivex::TestingShouldShowVersionMismatchDialog( |