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

Unified Diff: trunk/src/chrome/browser/metrics/metrics_service_unittest.cc

Issue 176423002: Revert 252507 "Re-enable MetricsServiceTest.RegisterSyntheticTrial." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 10 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: trunk/src/chrome/browser/metrics/metrics_service_unittest.cc
===================================================================
--- trunk/src/chrome/browser/metrics/metrics_service_unittest.cc (revision 252820)
+++ trunk/src/chrome/browser/metrics/metrics_service_unittest.cc (working copy)
@@ -266,7 +266,8 @@
EXPECT_EQ(1, uma_log.system_profile().stability().crash_count());
}
-TEST_F(MetricsServiceTest, RegisterSyntheticTrial) {
+// Crashes on at least Mac and Linux. http://crbug.com/320433
+TEST_F(MetricsServiceTest, DISABLED_RegisterSyntheticTrial) {
MetricsService service;
// Add two synthetic trials and confirm that they show up in the list.
« 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