Index: base/win/registry_unittest.cc |
diff --git a/base/win/registry_unittest.cc b/base/win/registry_unittest.cc |
index 9ec3c195c3274000d53c9c96096ee55cfa2b7077..08d5d484d488c50f0966be56027db8a359cb6cf7 100644 |
--- a/base/win/registry_unittest.cc |
+++ b/base/win/registry_unittest.cc |
@@ -334,8 +334,7 @@ TEST_F(RegistryTest, DISABLED_Wow64NativeFromRedirected) { |
ASSERT_EQ(ERROR_SUCCESS, key.DeleteKey(kRootKey)); |
} |
-// Test is flaky. crbug.com/721245 |
-TEST_F(RegistryTest, DISABLED_OpenSubKey) { |
+TEST_F(RegistryTest, OpenSubKey) { |
RegKey key; |
ASSERT_EQ(ERROR_SUCCESS, |
key.Open(HKEY_CURRENT_USER, |