Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1173)

Unified Diff: base/win/registry_unittest.cc

Issue 2893703002: Cleanup PreferenceMACs on browser_tests startup (Closed)
Patch Set: fix compile Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698