Commit 8200feed authored by georgey@chromium.org's avatar georgey@chromium.org

Disabled failing ExtensionManagementTest.AutoUpdateDisabledExtensions

BUG=120640
TEST=disabled

Review URL: https://chromiumcodereview.appspot.com/9877012

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129446 0039d316-1c4b-4281-b951-d872f2087c98
parent ffda94ab
......@@ -292,8 +292,16 @@ IN_PROC_BROWSER_TEST_F(ExtensionManagementTest, MAYBE_AutoUpdate) {
ASSERT_EQ("2.0", extension->VersionString());
}
#if defined(OS_WIN)
// Fails consistently on Windows XP, see: http://crbug.com/120640.
#define MAYBE_AutoUpdateDisabledExtensions DISABLED_AutoUpdateDisabledExtensions
#else
#define MAYBE_AutoUpdateDisabledExtensions AutoUpdateDisabledExtensions
#endif
// Tests extension autoupdate.
IN_PROC_BROWSER_TEST_F(ExtensionManagementTest, AutoUpdateDisabledExtensions) {
IN_PROC_BROWSER_TEST_F(ExtensionManagementTest,
MAYBE_AutoUpdateDisabledExtensions) {
NotificationListener notification_listener;
FilePath basedir = test_data_dir_.AppendASCII("autoupdate");
// Note: This interceptor gets requests on the IO thread.
......
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