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

Unified Diff: base/win/registry_unittest.cc

Issue 2882423002: Disable flaky RegistryTest.OpenSubKey (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/win/registry_unittest.cc
diff --git a/base/win/registry_unittest.cc b/base/win/registry_unittest.cc
index 08d5d484d488c50f0966be56027db8a359cb6cf7..9ec3c195c3274000d53c9c96096ee55cfa2b7077 100644
--- a/base/win/registry_unittest.cc
+++ b/base/win/registry_unittest.cc
@@ -334,7 +334,8 @@ TEST_F(RegistryTest, DISABLED_Wow64NativeFromRedirected) {
ASSERT_EQ(ERROR_SUCCESS, key.DeleteKey(kRootKey));
}
-TEST_F(RegistryTest, OpenSubKey) {
+// Test is flaky. crbug.com/721245
+TEST_F(RegistryTest, DISABLED_OpenSubKey) {
RegKey key;
ASSERT_EQ(ERROR_SUCCESS,
key.Open(HKEY_CURRENT_USER,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698