Enable ExtensionSettingsApiTest.ManagedStorageEvents on Windows.

This test flaked with timeouts on Vista Tests.

TBR=tim
BUG=166261

Review URL: https://codereview.chromium.org/11818030

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176080 0039d316-1c4b-4281-b951-d872f2087c98
parent 980da35b
......@@ -480,8 +480,6 @@ IN_PROC_BROWSER_TEST_F(ExtensionSettingsApiTest, PRE_ManagedStorageEvents) {
EXPECT_TRUE(catcher.GetNextResult()) << catcher.message();
}
// TODO(joaodasilva): This test times out on Vista. http://crbug.com/166261
#if !defined(OS_WIN)
IN_PROC_BROWSER_TEST_F(ExtensionSettingsApiTest, ManagedStorageEvents) {
// This test runs after PRE_ManagedStorageEvents without having deleted the
// profile, so the extension is still around. While the browser restarted the
......@@ -499,7 +497,6 @@ IN_PROC_BROWSER_TEST_F(ExtensionSettingsApiTest, ManagedStorageEvents) {
// the onChanged notification.
EXPECT_TRUE(catcher.GetNextResult()) << catcher.message();
}
#endif // !defined(OS_WIN)
#endif // defined(ENABLE_CONFIGURATION_POLICY)
......
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