Commit 384eb7ec authored by nsylvain@chromium.org's avatar nsylvain@chromium.org

Disable CFSaveLinkAs as it fails and seem to prevent the next

test (CFAboutVersionLoads) from succeeding.

BUG=60987
Review URL: http://codereview.chromium.org/6992050

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86543 0039d316-1c4b-4281-b951-d872f2087c98
parent 1d37be36
...@@ -565,7 +565,7 @@ TEST_F(ContextMenuTest, FLAKY_CFSavePageAs) { ...@@ -565,7 +565,7 @@ TEST_F(ContextMenuTest, FLAKY_CFSavePageAs) {
} }
// http://code.google.com/p/chromium/issues/detail?id=83114 // 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 // 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. // for more information on why this test is disabled for Vista with IE7.
if (base::win::GetVersion() == base::win::VERSION_VISTA && if (base::win::GetVersion() == base::win::VERSION_VISTA &&
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment