diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-25 22:48:30 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-25 22:48:30 +0000 |
commit | 6cce77977e423ab3376dacc04062d46b7a210abb (patch) | |
tree | 708c4dfcc23c9b17cae7bcc7568de206ff5c3d06 /chrome_frame | |
parent | cb752b4558d5a3ae144337e1bbd76aaf6fb7573c (diff) | |
download | chromium_src-6cce77977e423ab3376dacc04062d46b7a210abb.zip chromium_src-6cce77977e423ab3376dacc04062d46b7a210abb.tar.gz chromium_src-6cce77977e423ab3376dacc04062d46b7a210abb.tar.bz2 |
Disabling the ContextMenuTest.CFSavePageAs test as the attempted fix did not work.
BUG=83114
TBR=amit
Review URL: http://codereview.chromium.org/7069026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86729 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/test/ui_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/test/ui_test.cc b/chrome_frame/test/ui_test.cc index 28d3f9d..72a5c0f 100644 --- a/chrome_frame/test/ui_test.cc +++ b/chrome_frame/test/ui_test.cc @@ -565,7 +565,7 @@ TEST_F(ContextMenuTest, FLAKY_CFSavePageAs) { } // http://code.google.com/p/chromium/issues/detail?id=83114 -TEST_F(ContextMenuTest, FLAKY_CFSaveLinkAs) { +TEST_F(ContextMenuTest, DISABLED_CFSaveLinkAs) { // Please see http://code.google.com/p/chromium/issues/detail?id=60987 // for more information on why this test is disabled for Vista with IE7. if (base::win::GetVersion() == base::win::VERSION_VISTA && |