| Index: base/win/registry_unittest.cc
|
| diff --git a/base/win/registry_unittest.cc b/base/win/registry_unittest.cc
|
| index 394321bea8246f87cd0b44a3f436600edb86de23..e340c8e58a5e21ed9b4143dca444bea7e0902c21 100644
|
| --- a/base/win/registry_unittest.cc
|
| +++ b/base/win/registry_unittest.cc
|
| @@ -240,7 +240,8 @@ TEST_F(RegistryTest, RecursiveDelete) {
|
| // This test requires running as an Administrator as it tests redirected
|
| // registry writes to HKLM\Software
|
| // http://msdn.microsoft.com/en-us/library/windows/desktop/aa384253.aspx
|
| -TEST_F(RegistryTest, Wow64RedirectedFromNative) {
|
| +// TODO(wfh): flaky test on Vista. See http://crbug.com/377917
|
| +TEST_F(RegistryTest, DISABLED_Wow64RedirectedFromNative) {
|
| if (!IsRedirectorPresent())
|
| return;
|
|
|
| @@ -276,7 +277,8 @@ TEST_F(RegistryTest, Wow64RedirectedFromNative) {
|
| ASSERT_EQ(ERROR_SUCCESS, key.DeleteKey(kRootKey));
|
| }
|
|
|
| -TEST_F(RegistryTest, Wow64NativeFromRedirected) {
|
| +// TODO(wfh): flaky test on Vista. See http://crbug.com/377917
|
| +TEST_F(RegistryTest, DISABLED_Wow64NativeFromRedirected) {
|
| if (!IsRedirectorPresent())
|
| return;
|
| RegKey key;
|
|
|